diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 14:01:13 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 14:01:13 -0500 |
| commit | c2b779dc7c4f7669b04dfa9e02cbe15da77ac5f1 (patch) | |
| tree | fa5f5771d43934b62a3ce0ab7c31e28b14090fb2 /test | |
| parent | 2b5b1666aa788c6c2babef7ab1eb97d97f43843f (diff) | |
| download | python-coveragepy-c2b779dc7c4f7669b04dfa9e02cbe15da77ac5f1.tar.gz | |
Read a config file to get some of our configuration.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_api.py b/test/test_api.py index 932606f..270c723 100644 --- a/test/test_api.py +++ b/test/test_api.py @@ -161,7 +161,7 @@ class ApiTest(CoverageTest): # Measure without the stdlib. cov1 = coverage.coverage() - self.assertEqual(cov1.cover_pylib, False) + self.assertEqual(cov1.config.cover_pylib, False) cov1.start() self.import_module("mymain") cov1.stop() |
