Single line summaries of docstrings

This commit is contained in:
Julian Stirling 2025-07-10 01:58:14 +01:00
parent 35d47fe3ed
commit 4dc41bb008
20 changed files with 153 additions and 115 deletions

View file

@ -183,9 +183,7 @@ def test_scan_sequence_and_listing():
def test_scan_name_non_sequential():
"""Check created scans is the correct name if the directories
are not sequential
"""
"""Check new scan has the correct name if the directories are not sequential"""
_clear_scan_dir()
os.makedirs(os.path.join(BASE_SCAN_DIR, "fake_scan_0001"))
os.makedirs(os.path.join(BASE_SCAN_DIR, "fake_scan_0002"))