Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 511e423

Browse files
author
William McLendon
committed
update WingIDE project file
1 parent 86389f5 commit 511e423

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SetProgramOptions.wpr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ proj.launch-config = {loc('../../coding/pyExampleLib/configparser/configparser-e
9090
'ustom',
9191
(u'',
9292
'launch-5Gyw4cvA0PytPLLy'))}
93-
proj.main-file = loc('exec-example-SetProgramOptions.py')
93+
proj.main-file = loc('examples/example-01.py')
9494
testing.auto-test-file-specs = (('regex',
95-
'unittests\\\\test_.*\\.py'),)
95+
'setprogramoptions\\\\unittests\\\\test_.*'\
96+
'\\.py'),)
9697
testing.test-framework = {None: ':internal pytest'}

0 commit comments

Comments
 (0)