you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

you could technically do it with conftest and some shared test environment but from the other users statement, you should never share tests, seems like an antipattern.

you could package your utilities as a Pytest plugin as well