diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/test_mainwindow_comp_actions.py (renamed from tests/test_mainwindow_undostack.py) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_mainwindow_undostack.py b/tests/test_mainwindow_comp_actions.py index ceaf87e..5d3cc7a 100644 --- a/tests/test_mainwindow_undostack.py +++ b/tests/test_mainwindow_comp_actions.py @@ -1,3 +1,5 @@ +"""Tests of MainWindow undoing certain ComponentActions (changes to component settings)""" + from pytest import fixture from pytestqt import qtbot from avp.gui.mainwindow import MainWindow |
