Can I specify my custom option in pytest.ini like this? #8604
-
|
Hi all, Neither |
Beta Was this translation helpful? Give feedback.
Answered by
The-Compiler
Apr 28, 2021
Replies: 1 comment 1 reply
-
|
Commandline arguments and ini options are separate - if you want an |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ws1088
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commandline arguments and ini options are separate - if you want an
.inioption, you will need to useaddiniandgetiniinstead.