I want to separate my unit and functional tests in python to run them independently. What is the recommended way to do that? Should I put all the functional tests into a separate folder? Or is there any other way to achieve this goal?
2
I want to separate my unit and functional tests in python to run them independently. What is the recommended way to do that? Should I put all the functional tests into a separate folder? Or is there any other way to achieve this goal?
2