5047:04e5dfbd3f3d | 5051:3586ebd9fac8 |
---|---|
28 | 28 |
29 # Are we running our test suite? | 29 # Are we running our test suite? |
30 # Even when running tests, you can use COVERAGE_TESTING=0 to disable the | 30 # Even when running tests, you can use COVERAGE_TESTING=0 to disable the |
31 # test-specific behavior like contracts. | 31 # test-specific behavior like contracts. |
32 TESTING = os.getenv('COVERAGE_TESTING', '') == 'True' | 32 TESTING = os.getenv('COVERAGE_TESTING', '') == 'True' |
33 | |
34 # | |
35 # eflag: FileType = Python2 |