Fixed import problem. Fixed pytest rewrite rules.

This commit is contained in:
Patrick Lehmann
2024-08-02 08:20:50 +02:00
parent 5e0aa52e5d
commit 33b99a3b4e
2 changed files with 5 additions and 5 deletions

View File

@@ -28,12 +28,12 @@
# SPDX-License-Identifier: Apache-2.0 #
# ==================================================================================================================== #
#
from unittest import TestCase
from unittest import TestCase
from pytest import mark
from pyTooling.Common import CurrentPlatform
from pytest import mark
from pyTooling.Platform import CurrentPlatform
from pyDummy import Application
from pyDummy import Application
if __name__ == "__main__": # pragma: no cover