Skip to content

Commit 3b309f2

Browse files
committed
Pull request #56: ISGAPPSEC2-34528 cyperf-api-wrapper-tests
Merge in ISGAPPSEC/cyperf-api-wrapper from bugfix/ISGAPPSEC2-34528-cyperf-api-wrapper-tests to main Squashed commit of the following: commit 6c292e19d99c8709e38b5d952cba095b8e82974e Author: iustmitu <iustin.mitu@keysight.com> Date: Wed Feb 18 16:21:38 2026 +0200 deleted testing stage in jenkins commit 01ef0b9c93eafc747d2b3356c4c6ffc9d2921599 Author: iustmitu <iustin.mitu@keysight.com> Date: Fri Feb 13 16:22:30 2026 +0200 deleted unit tests
1 parent 183f872 commit 3b309f2

439 files changed

Lines changed: 1 addition & 40914 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ Then import the package:
2727
```python
2828
import cyperf
2929
```
30-
### Tests
31-
32-
Execute `pytest` to run the tests.
3330

3431
## Getting Started
3532

jenkins/JenkinsFile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ node('wap') {
7979
.
8080
''')
8181
}
82-
stage('Run tests') {
83-
sh('''
84-
docker run --rm \
85-
cyperf-api-wrapper-build:$DOCKER_VERSION \
86-
/cyperf-api-wrapper-build/test.sh /build/py3
87-
''')
88-
}
8982
stage('Build and publish to internal repo') {
9083
withCredentials([[$class: 'UsernamePasswordMultiBinding',
9184
credentialsId: 'e7e3fcc3-4f5f-4e68-b68c-76f40b75a3c7',

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ extension-pkg-whitelist = "pydantic"
3434

3535
[tool.mypy]
3636
files = [
37-
"cyperf",
38-
#"test", # auto-generated tests
39-
"tests", # hand-written tests
37+
"cyperf"
4038
]
4139
# TODO: enable "strict" once all these individual checks are passing
4240
# strict = true

test/__init__.py

Whitespace-only changes.

test/test_action.py

Lines changed: 0 additions & 175 deletions
This file was deleted.

test/test_action_base.py

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)