summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2017-01-17 01:36:03 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2017-01-17 01:36:03 -0800
commit52a9e5d2a31b4a66ce51d0ff03ab709417dee6dc (patch)
treeef8216231785feaf7ee3f2d037f4240bdd115be8 /pytest.ini
parent4f8167b7ed8fe156e1f350aaa37230ab07a27895 (diff)
parent18563177775509286e5b53744ea5924bc450d9c2 (diff)
downloadspack-0.10.0.tar.gz
spack-0.10.0.tar.bz2
spack-0.10.0.tar.xz
spack-0.10.0.zip
Merge branch 'releases/v0.10.0'v0.10.0
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000000..0d8d2b271f
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,5 @@
+# content of pytest.ini
+[pytest]
+addopts = --durations=20 -ra
+testpaths = lib/spack/spack/test
+python_files = *.py \ No newline at end of file