Ajout des tests
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-01-04 12:26:03 +01:00
parent 1ce2ae6832
commit 881b39bb2d

3
tests/test_example.py Normal file
View File

@@ -0,0 +1,3 @@
# tests/test_example.py
def test_example():
assert 1 + 1 == 2