Test files should be named test_<something>.py or <something>_test.pyTest methods and functions should be named test_<something>Test classes should be named Test<Something>