Add a test for guiImportFile
This commit is contained in:
parent
cd66410ff3
commit
9e214e90e5
@ -28,6 +28,10 @@ def test_guiDeckOverview(setup):
|
||||
assert ac.guiDeckOverview(name="test_deck") is True
|
||||
|
||||
|
||||
def test_guiImportFile(setup):
|
||||
ac.guiImportFile()
|
||||
|
||||
|
||||
class TestAddCards:
|
||||
note = {
|
||||
"deckName": "test_deck",
|
||||
|
Loading…
Reference in New Issue
Block a user