Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to execute nose and pytest scripts through command prompt of python, so I need to switch between modules pytest and nose how can I achieve this using command

What I have tried:

C:\Python36>python -m nose -v C:\TestData\SampleDemoTestCases\PythonScriptFiles\DateAndTime\test_date.py python -m pytest -v C:\GitRepo\TestData\S
ampleDemoTestCases\PythonScriptFiles\DateAndTime\test_time.py
Posted
Comments
Richard MacCutchan 18-Jun-18 4:13am    
Open two separate command prompts or IDLE windows and run an instance in each.
Member 11046580 18-Jun-18 7:42am    
I dont want to run it in separate command prompt and also have to run both module in single command itself

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900