10 lines
208 B
Python
10 lines
208 B
Python
import globex
|
|
|
|
|
|
def test_for():
|
|
assert sorted(globex.python_files_for) == sorted(globex.python_files_comp)
|
|
|
|
|
|
def test_map():
|
|
assert sorted(globex.python_files_comp) == sorted(globex.python_files_map)
|