diff options
| author | Simeon Simeonov | 2025-12-23 09:59:50 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2025-12-23 09:59:50 +0100 |
| commit | a29c4509a316c0c77450b6fa74b96f036b0f0821 (patch) | |
| tree | 13babfe7a0fba24c7df609c909b81ab70f4092ec /tests/test_app.py | |
| parent | 8ad11db860898dcfc9269f2b84df7e301a6e8e5c (diff) | |
Add structure
Diffstat (limited to 'tests/test_app.py')
| -rw-r--r-- | tests/test_app.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_app.py b/tests/test_app.py new file mode 100644 index 0000000..e1a335f --- /dev/null +++ b/tests/test_app.py | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | def test_first(): | ||
| 2 | """An initial test for the app.""" | ||
| 3 | assert 1 + 1 == 2 | ||
