CS2613/labs/L15/test_globex.py

10 lines
208 B
Python
Raw Normal View History

2022-11-02 10:02:15 -03:00
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)