File size: 121 Bytes
e13493c | 1 2 3 4 | def test_template_files_exist():
from pathlib import Path
assert (Path(__file__).parent / "adapter.py").exists()
|
e13493c | 1 2 3 4 | def test_template_files_exist():
from pathlib import Path
assert (Path(__file__).parent / "adapter.py").exists()
|