mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
chore: remove trivial test_tests_are_loaded test
Refs: Ops-70
This commit is contained in:
parent
2fa911c665
commit
e700c0d4cb
1 changed files with 0 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue