Skip to content

Commit 5f112c6

Browse files
Update test_clean.py
1 parent 3dd9923 commit 5f112c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manage/tests/test_clean.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def __init__(self, scratchspace_path: Path):
2424

2525
class CleanTests(unittest.TestCase):
2626
"""
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.
27+
I deemed "clean" important enough to write extensive unit tests for because a bug could lead to
28+
losing important files.
2929
"""
3030
@staticmethod
3131
def create_structure(root_path: Path, structure: dict) -> None:
@@ -730,4 +730,4 @@ def test_outside_task_runs_doesnt_get_deleted(self):
730730

731731

732732
if __name__ == '__main__':
733-
unittest.main()
733+
unittest.main()

0 commit comments

Comments
 (0)