summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorAric Hagberg <aric.hagberg@gmail.com>2011-11-18 16:23:49 -0700
committerAric Hagberg <aric.hagberg@gmail.com>2011-11-18 16:23:49 -0700
commit8a3b0ff18af5a6345fda410768f9a34ad55217ff (patch)
treea94450fcae772ca920aba12d547d478ed26b6da3 /.coveragerc
parent7608089f18bbc90faed3dccc9b0930ed5e861af6 (diff)
downloadnetworkx-8a3b0ff18af5a6345fda410768f9a34ad55217ff.tar.gz
remove create_using option. marginal improvement of tests
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]