Files
django-lasuite/tests/test_dummy.py
Quentin BEY f049940ddb 🎉(build) bootstrap library folders
Add initial project structure with tests and configuration files:
 - ruff for format and linting
 - uv with hatch for packaging
2025-03-29 08:55:01 +01:00

7 lines
158 B
Python

"""A dummy test to check if the test suite is working."""
def test_success():
"""A dummy test to check if the test suite is working."""
assert True