We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd9923 commit 5f112c6Copy full SHA for 5f112c6
manage/tests/test_clean.py
@@ -24,8 +24,8 @@ def __init__(self, scratchspace_path: Path):
24
25
class CleanTests(unittest.TestCase):
26
"""
27
- I deemed "clean" important enough to write unittests before because I'm really paranoid
28
- about losing files that took 30 hours to build.
+ I deemed "clean" important enough to write extensive unit tests for because a bug could lead to
+ losing important files.
29
30
@staticmethod
31
def create_structure(root_path: Path, structure: dict) -> None:
@@ -730,4 +730,4 @@ def test_outside_task_runs_doesnt_get_deleted(self):
730
731
732
if __name__ == '__main__':
733
- unittest.main()
+ unittest.main()
0 commit comments