File: test_mod_setup_fails.py

package info (click to toggle)
nose 1.3.7-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,900 kB
  • sloc: python: 15,733; makefile: 99; xml: 42; sh: 2
file content (5 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (7)
1
2
3
4
5
def setup():
    raise Exception("I would prefer not to")

def test():
    raise Exception("I should never run")