diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2018-06-25 09:35:28 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-06-25 23:02:06 -0700 |
commit | e5a68327608d6a5e6c0709237517238e0de96c27 (patch) | |
tree | 1057d1c66afb5f091db3409a589284bc0ba863cc /pytest.ini | |
parent | 9a0af8a5ce7d5add2739443673e6a48667b30e8e (diff) | |
download | spack-e5a68327608d6a5e6c0709237517238e0de96c27.tar.gz spack-e5a68327608d6a5e6c0709237517238e0de96c27.tar.bz2 spack-e5a68327608d6a5e6c0709237517238e0de96c27.tar.xz spack-e5a68327608d6a5e6c0709237517238e0de96c27.zip |
refactor: move pytest.ini and top-level conftest.py to lib/spack/spack/test
- removes two files from root of repository
- `spack test` still works fine to run tests
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index e8f5e33c71..0000000000 --- a/pytest.ini +++ /dev/null @@ -1,9 +0,0 @@ -# content of pytest.ini -[pytest] -addopts = --durations=20 -ra -testpaths = lib/spack/spack/test -python_files = *.py -markers = - db: tests that require creating a DB - network: tests that require access to the network - maybeslow: tests that may be slow (e.g. access a lot the filesystem, etc.) |