-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SWI-2832 Migrate to OpenAPI Generator
v7.0.0
(#156)
* Update bandwidth.yml * Regenerate with OpenAPI Generator 7.0.0 Fixed TN lookup Tests in this commit * Remove autogenerated linter workflow * Fix `_from` + test on Python 3.11 * more from stuff * Update Call Cleanup * remove type hint * Fix Media tests * Return asset path to original value * Fix MFA tests * Update test_recordings.py * Update test_calls.py * Update test_calls.py * Fix messages test * Attempt to fix some calls tests * More calls tests updates * Conferences test * More error fixes * More test fixes * more conference fixes * fix calls tests * Update test_calls.py * Update test_recordings.py * Update test_recordings.py * remove preload content * please work * Update test_recordings.py * Update test_recordings.py * Fix unit tests
- Loading branch information
1 parent
a5f749e
commit 7cf0842
Showing
471 changed files
with
23,014 additions
and
36,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
# NOTE: This file is auto generated by OpenAPI Generator. | ||
# URL: https://openapi-generator.tech | ||
# | ||
# ref: https://docs.gitlab.com/ee/ci/README.html | ||
# ref: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml | ||
|
||
stages: | ||
- test | ||
|
||
.tests: | ||
.pytest: | ||
stage: test | ||
script: | ||
- pip install -r requirements.txt | ||
- pip install -r test-requirements.txt | ||
- pytest --cov=bandwidth | ||
|
||
test-3.6: | ||
extends: .tests | ||
image: python:3.6-alpine | ||
test-3.7: | ||
extends: .tests | ||
pytest-3.7: | ||
extends: .pytest | ||
image: python:3.7-alpine | ||
test-3.8: | ||
extends: .tests | ||
pytest-3.8: | ||
extends: .pytest | ||
image: python:3.8-alpine | ||
test-3.9: | ||
extends: .tests | ||
image: python:3.9-alpine | ||
pytest-3.9: | ||
extends: .pytest | ||
image: python:3.9-alpine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,6 @@ | |
.gitignore | ||
setup.cfg | ||
setup.py | ||
*requirements.txt | ||
#*requirements.txt | ||
test/* | ||
.github/workflows/python.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.1 | ||
7.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.