parent
31604a0cd2
commit
39576ac7f3
54 changed files with 1616 additions and 4012 deletions
8
tests/test_save_dialog.py
Normal file
8
tests/test_save_dialog.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from bouquin.save_dialog import SaveDialog
|
||||
|
||||
|
||||
def test_save_dialog_note_text(qtbot):
|
||||
dlg = SaveDialog()
|
||||
qtbot.addWidget(dlg)
|
||||
dlg.show()
|
||||
assert dlg.note_text()
|
||||
Loading…
Add table
Add a link
Reference in a new issue