mirror of
https://github.com/suitenumerique/django-lasuite
synced 2026-04-25 17:15:14 +02:00
Add initial project structure with tests and configuration files: - ruff for format and linting - uv with hatch for packaging
7 lines
158 B
Python
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
|