chore: remove trivial test_tests_are_loaded test

Refs: Ops-70
This commit is contained in:
Christoph J. Scherr 2025-03-23 13:32:37 +01:00
parent 2fa911c665
commit e700c0d4cb
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -21,10 +21,6 @@ from senju.haiku import Haiku # noqa: F401
# Rust's libtest # Rust's libtest
def test_tests_are_loaded():
assert True # if we make it here, they are
def test_temp_data_dir(temp_data_dir): def test_temp_data_dir(temp_data_dir):
print(temp_data_dir) print(temp_data_dir)
testpath = temp_data_dir / "__test" testpath = temp_data_dir / "__test"