summaryrefslogtreecommitdiff
path: root/tests/test_app.py
diff options
context:
space:
mode:
authorSimeon Simeonov2026-06-05 07:11:03 +0200
committerSimeon Simeonov2026-06-05 07:11:03 +0200
commit742fcdfabaeed8f9f70e14165cc9740f5b17d5a8 (patch)
tree7ac25ffe633cf6d36ead4e8cf2cce9f230936f6e /tests/test_app.py
parent7b66519eb4ebe119e5fdc9c1eb6a11fdfab9b7bf (diff)
Add support for storing data permanently
Diffstat (limited to 'tests/test_app.py')
-rw-r--r--tests/test_app.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_app.py b/tests/test_app.py
deleted file mode 100644
index e1a335f..0000000
--- a/tests/test_app.py
+++ /dev/null
@@ -1,3 +0,0 @@
1def test_first():
2 """An initial test for the app."""
3 assert 1 + 1 == 2