Squash Odysseus development history

This commit is contained in:
pewdiepie-archdaemon
2026-09-11 06:04:19 +00:00
parent e5c99a5eee
commit 6ee6502010
2050 changed files with 538359 additions and 57745 deletions
+8
View File
@@ -0,0 +1,8 @@
from pathlib import Path
def test_update_database_has_single_main_guard():
script = Path(__file__).resolve().parent.parent / "scripts" / "update_database.py"
text = script.read_text()
assert text.count('if __name__ == "__main__":') == 1