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