diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-03-29 20:23:05 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-03-29 20:23:05 +0000 |
| commit | 290ff9930a33a5c165d3952a7bd1ed858b7a4572 (patch) | |
| tree | c909f70632bc3c6fbaedf424c216a455b58fb283 /test/profiling | |
| parent | 12b5ab7e4fc36652c0e89eac70ef91e3de6ef3cf (diff) | |
| download | sqlalchemy-290ff9930a33a5c165d3952a7bd1ed858b7a4572.tar.gz | |
- coverage dumps out separate reports for individual packages
- other coverage tips
Diffstat (limited to 'test/profiling')
| -rw-r--r-- | test/profiling/alltests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/profiling/alltests.py b/test/profiling/alltests.py index 9f3500748..19401098c 100644 --- a/test/profiling/alltests.py +++ b/test/profiling/alltests.py @@ -11,6 +11,9 @@ def suite(): 'profiling.zoomark_orm', ) alltests = unittest.TestSuite() + if testenv.testlib.config.coverage_enabled: + return alltests + for name in modules_to_test: mod = __import__(name) for token in name.split('.')[1:]: |
