Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytest conflict when having another test folder in the directory #325

Open
pschicho opened this issue Oct 23, 2024 · 1 comment
Open

pytest conflict when having another test folder in the directory #325

pschicho opened this issue Oct 23, 2024 · 1 comment
Assignees

Comments

@pschicho
Copy link
Collaborator

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.

@niemilau
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants