6 lines
89 B
Python
6 lines
89 B
Python
from lang_main import BASE_PATH
|
|
|
|
|
|
def test_base_path():
|
|
assert BASE_PATH is not None
|