mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Fixed import problem. Fixed pytest rewrite rules.
This commit is contained in:
2
.github/workflows/_Checking_Pipeline.yml
vendored
2
.github/workflows/_Checking_Pipeline.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
|||||||
- UnitTesting
|
- UnitTesting
|
||||||
- PlatformTesting
|
- PlatformTesting
|
||||||
with:
|
with:
|
||||||
additional_merge_args: '-d --pytest "pytest.tests.unit;pytest.tests.platform;pytest.tests.benchmark;pytest.tests.performance"'
|
additional_merge_args: '-d --pytest=rewrite-dunder-init;reduce-depth:pytest.tests.unit;;reduce-depth:pytest.tests.platform"'
|
||||||
|
|
||||||
Package:
|
Package:
|
||||||
uses: pyTooling/Actions/.github/workflows/Package.yml@r1
|
uses: pyTooling/Actions/.github/workflows/Package.yml@r1
|
||||||
|
|||||||
@@ -28,12 +28,12 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0 #
|
# SPDX-License-Identifier: Apache-2.0 #
|
||||||
# ==================================================================================================================== #
|
# ==================================================================================================================== #
|
||||||
#
|
#
|
||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
||||||
from pytest import mark
|
from pytest import mark
|
||||||
from pyTooling.Common import CurrentPlatform
|
from pyTooling.Platform import CurrentPlatform
|
||||||
|
|
||||||
from pyDummy import Application
|
from pyDummy import Application
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__": # pragma: no cover
|
if __name__ == "__main__": # pragma: no cover
|
||||||
|
|||||||
Reference in New Issue
Block a user