summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index ab68ec5b..37aa7ab7 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -25,11 +25,16 @@ exclude_lines =
# ignore fixtures
def setup_module
+ def teardown_module
# ignore missing import
except ImportError
raise ImportError
+ # hard to test (potentially long running)
+ def random_powerlaw_tree_sequence
+ def random_powerlaw_tree
+
ignore_errors = True
[html]