Add pytest options for ape_test to run successfully. Update testpath values.

pull/3115/head
derekpierre 2023-04-28 14:01:12 -04:00 committed by Kieran Prasch
parent a6d5335449
commit 2b492ffd20
1 changed files with 3 additions and 2 deletions

View File

@ -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/