mirror of https://github.com/nucypher/nucypher.git
Add pytest options for ape_test to run successfully. Update testpath values.
parent
a6d5335449
commit
2b492ffd20
|
@ -1,7 +1,8 @@
|
|||
[pytest]
|
||||
addopts = -s --maxfail 1
|
||||
addopts = -s --maxfail 1 -p ape_test --disable-isolation
|
||||
testpaths =
|
||||
actors/
|
||||
agents/
|
||||
characters/
|
||||
conditions/
|
||||
interfaces/
|
||||
cli/
|
||||
|
|
Loading…
Reference in New Issue