Robert
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
-
Created Pytest command line argument for all new run configurations in PyCharm
I am working on a project (pymeasure) where we run pytest tests were you need to assign a fixture through the command line arguments: python -m pytest path/to/file --device-address="[address]" This...