You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resource warning behavior from unittestis seen here and here. We should standardize on what unittest to run and why and any workarounds; I favor py.test for now but I am pretty flexible.
The text was updated successfully, but these errors were encountered:
For
skilloracle
, runningpython -m unittest
results in output such as,Whereas running with
py.test --pdb --fulltrace
results in all tests passing with no additional output,(with
pip install pytest==3.2.3
)The resource warning behavior from
unittest
is seen here and here. We should standardize on whatunittest
to run and why and any workarounds; I favorpy.test
for now but I am pretty flexible.The text was updated successfully, but these errors were encountered: