mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Restructuring example code.
This commit is contained in:
@@ -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
|
||||
|
||||
1
tests/platform/requirements.txt
Normal file
1
tests/platform/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
-r ../requirements.txt
|
||||
@@ -30,7 +30,7 @@
|
||||
#
|
||||
from unittest import TestCase
|
||||
|
||||
from pyDummy import Application
|
||||
from myPackage import Application
|
||||
|
||||
|
||||
class Instantiation(TestCase):
|
||||
@@ -28,4 +28,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 #
|
||||
# ==================================================================================================================== #
|
||||
#
|
||||
"""Test code for pyDummy."""
|
||||
"""Test code for myPackage."""
|
||||
|
||||
Reference in New Issue
Block a user