Restructuring example code.

This commit is contained in:
Patrick Lehmann
2025-09-01 01:06:10 +02:00
parent 729e406294
commit e5706693e2
16 changed files with 24 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ from unittest import TestCase
from pytest import mark
from pyTooling.Platform import CurrentPlatform
from pyDummy import Application
from myPackage import Application
if __name__ == "__main__": # pragma: no cover

View File

@@ -0,0 +1 @@
-r ../requirements.txt