I have two files. One is tests.py and another is test_api.py. I can run these individually as below.
tests.py
test_api.py
manage.py test companies.tests manage.py test companies.test_api
Refer @osa's response about file naming convention.