Rename all test utility classes with a "Test" prefix.

Review Request #11923 — Created Jan. 10, 2022 and submitted

chipx86
Djblets
release-2.x
djblets

We had a lot of test utility classes that had a Test prefix for the
name, and these were being seen as candidates for unit tests. While nose
never complained, it still looked, and pytest is outright warning about
them, since they don't contain test methods.

This change renames all of those objects with a MyTest prefix,
avoiding this problem and making it clear what's a test suite and what's
not.

Unit tests pass.

Summary
Rename all test utility classes with a "Test" prefix.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (921264d)
Loading...