Commit fa0b4f7
DX-2209 Enhance our tests by an order of magnitude (#32)
* Add client with custom environment
also updated gitignore
* Force failure
* Set slack notifications to run only on failed tests
* Try using the testrunner
* revert test runner changes
* Remove unittest lib and replace with pytest
Force a test failure here by passing in an invalid account Id to trigger a workflow failure
* include pytest in requirements
* Minor Clean up and revert purposeful failure
* Rename files to fit pytest schema
* Add POST Messaging Tests
* Add messaging media tests
* Add calls testing
* Update Naming Conventions
* tests tests tests
* Final tests and cleanup
* First crack at bxml
* Add WebRTC tests
* Fix some PEP8 Stuff
* More formatting
* Update .github/workflows/validate.yaml
Co-authored-by: Mike Hamer <[email protected]>
* Update bandwidth/tests/test_bxml.py
Co-authored-by: Mike Hamer <[email protected]>
* Update bandwidth/tests/test_api.py
Co-authored-by: Mike Hamer <[email protected]>
* Move print statements higher in the stack so that they actually get printed if an error occurs
* Use a random number for MFA verify
* Delete test-requirements.txt
* Update .gitkeep
* Update .gitignore
Co-authored-by: Mike Hamer <[email protected]>1 parent 1210d0d commit fa0b4f7
File tree
12 files changed
+720
-325
lines changed- .github
- actions/validate
- workflows
- bandwidth/tests
- tests/integration
12 files changed
+720
-325
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
File renamed without changes.
0 commit comments