Naming in PyTest

  • Test files should be named test_<something>.py or <something>_test.py
  • Test methods and functions should be named test_<something>
  • Test classes should be named Test<Something>
SuperMade with Super