We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally reported by: Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt)
currently the internals behind generate_tests are hidden away in collector._gen...
in order to use them for custom items like for example pypys int/app test functions, its necessary to use some kind of api
collector.genitems(name, obj, IntFunction)
would be an example, but that certainly needs some retought
The text was updated successfully, but these errors were encountered:
closing as too abstract
Sorry, something went wrong.
[pytest-dev#154] Handle comments between decorators properly (pytest-…
29e97d1
…dev#166)
No branches or pull requests
Originally reported by: Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt)
currently the internals behind generate_tests are hidden away in collector._gen...
in order to use them for custom items like for example pypys int/app test functions, its necessary to use some kind of api
would be an example, but that certainly needs some retought
The text was updated successfully, but these errors were encountered: