Let's imagine that you have several files with tests, but you only need to run some tests selectively. Write the text you need to type into the command-line to run the following tests in one run:
- the
TestSomeUnittest case tests from the filetest_one.py; - a test method called
test_something()from theTestAnotherUnittest case fromtest_two.py;