This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2024-12-13 15:08:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4c98d67639
ceph
/
pytest.ini
3 lines
72 B
INI
Raw
Normal View
History
Unescape
Escape
Add pytest.ini So far this just tells py.test not to recurse into directories containing tests it doesn't need to run.
2013-09-19 23:14:51 +00:00
[pytest]
append .tox to avoid going in there Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2013-09-20 16:44:27 +00:00
norecursedirs
=
.git build virtualenv teuthology.egg-info .tox
Reference in New Issue
Copy Permalink