8 lines
138 B
Python
8 lines
138 B
Python
from creation_helpers import pd_positions_df
|
|
|
|
|
|
def test_positions_df():
|
|
cardset_19_pos = pd_positions_df(19)
|
|
|
|
assert True == True
|