Added tests for new sample and new custom project

This commit is contained in:
Veronica K. B. Olsen
2020-08-11 00:02:02 +02:00
parent 3acabdf74e
commit a46803232c
4 changed files with 345 additions and 2 deletions
+6
View File
@@ -33,6 +33,12 @@ class DummyMain():
def setProjectStatus(self, isChanged):
return
def openProject(self, projPath):
return
def rebuildIndex(self):
return
# END Class GuiMain
class StatusBar():