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
When storing also WallGoCollision inside the WallGo main folder i.e.
-Wallgo
- tests
- WallGoCollision
there is a mismatch between conftest.py files when calling pytest -v. Since I am not sure if this has to do with my own setup or the pytest one, I wanted to list this as a potential issue. It results in an error that is only resolved when removing the sub test folder in WallGoCollisions.
The text was updated successfully, but these errors were encountered:
Hmm, I don't think this should even work in the first place because WallGoCollision has its own pytest.ini. Why do you have WallGoCollision inside the WallGo folder? They are separate repos on purpose now, although on hindsight some submodule setup might've been better.
When storing also
WallGoCollision
inside the WallGo main folder i.e.there is a mismatch between
conftest.py
files when callingpytest -v
. Since I am not sure if this has to do with my own setup or the pytest one, I wanted to list this as a potential issue. It results in an error that is only resolved when removing the sub test folder inWallGoCollisions
.The text was updated successfully, but these errors were encountered: