-
I'm working on a project where we're building safety tests for LLMs. Inevitably, we have many real domain objects starting with https://github.com/wpietri/pytest-collection-issue I should note that I could tag each individual object starting with I'm sure this must be doable, and would appreciate any suggestions. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @wpietri, See the python_classes configuration value. You might also configure testpaths to point to |
Beta Was this translation helpful? Give feedback.
-
Ah, got it. Thanks! Given that the warning message recognizes that the file with the objected-to class is in the |
Beta Was this translation helpful? Give feedback.
-
For future readers: This got implemented, you can configure it in pytest.ini like this: [pytest]
collect_imported_tests = false |
Beta Was this translation helpful? Give feedback.
For future readers: This got implemented, you can configure it in pytest.ini like this: