8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb8071 commit 8e1ea31Copy full SHA for 8e1ea31
tests/test_app.py
@@ -659,6 +659,7 @@ def test_autoreload_nested(editor):
659
660
TIMEOUT = 500
661
662
+ editor.autoreload(True)
663
editor.preferences['Autoreload: watch imported modules'] = True
664
665
with open('test_nested_top.py','w') as f:
@@ -674,7 +675,7 @@ def test_autoreload_nested(editor):
674
675
676
# wait for reload.
677
with qtbot.waitSignal(editor.triggerRerender, timeout=TIMEOUT):
- # modify file - NB: separate process is needed to avoid Widows quirks
678
+ # modify file - NB: separate process is needed to avoid Windows quirks
679
modify_file(code_nested_bottom, 'test_nested_bottom.py')
680
681
def test_console(main):
0 commit comments