Commit 557ebc2a authored by Vincent Pelletier's avatar Vincent Pelletier

Rename misnamed class.

This class has nothing to do with ProjectTestSuite, so drop "Project" in
its name.
parent 66cb9c96
......@@ -275,7 +275,7 @@ class ProjectTestSuite(ERP5TypeTestSuite):
return list(frozenset((path.splitext(path.basename(name))[0]
for name in test_file_list)))
class SavedProjectTestSuite(ERP5TypeTestSuite):
class SavedTestSuite(ERP5TypeTestSuite):
"""
Helper code to use --save/--load to reduce execution time.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment