diff options
| author | Danny Allen <me@dannya.com> | 2014-09-22 12:05:55 +0100 |
|---|---|---|
| committer | Danny Allen <me@dannya.com> | 2014-09-22 12:05:55 +0100 |
| commit | db7911c6a6687e75eb8c4fdd61a019641b88862b (patch) | |
| tree | a54e29d37575a5a3e416454a9dc660c8ef565ea2 /tests/test_process.py | |
| parent | 3587bb6df97533fce78553c480c737bd79164520 (diff) | |
| parent | 093b886e2ed7a424aca018b3261a4e38ea4f4216 (diff) | |
| download | python-coveragepy-db7911c6a6687e75eb8c4fdd61a019641b88862b.tar.gz | |
Merged ned/coveragepy into default
Diffstat (limited to 'tests/test_process.py')
| -rw-r--r-- | tests/test_process.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index d831498..3a0980d 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -470,8 +470,7 @@ class ProcessTest(CoverageTest): self.assertIn("Hello\n", out) self.assertIn("Goodbye\n", out) - if hasattr(sys, "gettrace"): - self.assertIn("Trace function changed", out) + self.assertIn("Trace function changed", out) if sys.version_info >= (3, 0): # This only works on 3.x for now. # It only works with the C tracer, |
