It is OK to name tests test_ but common practice is to name a test Test or Tester. I recommend Test, such as FileWriterTest, because more people search for and more continuous integration engines look at Test instead of Tester. All of the test file names should be updated to use this newer naming scheme.
It is OK to name tests test_ but common practice is to name a test Test or Tester. I recommend Test, such as FileWriterTest, because more people search for and more continuous integration engines look at Test instead of Tester. All of the test file names should be updated to use this newer naming scheme.