PySyft
PySyft copied to clipboard
[K8s] Decouple Test Suites
Description
The PR aims to decouple the testing for k8s as we are currently deprecating hagrid.
Currently stack.test.integration.k8s tests the tests in
- notebooks/api/0.8
- tests/integration/
This PR creates two tox tasks for split testing of k8s test suites
- tox -e stack.test.notebook.k8s
- tox -e stack.test.integration.k8s
Affected Dependencies
K8s Testing
How has this been tested?
Added new github action workflows for the same.
Checklist
- [x] I have followed the Contribution Guidelines and Code of Conduct
- [x] I have commented my code following the OpenMined Styleguide
- [x] I have labeled this PR with the relevant Type labels
- [x] My changes are covered by tests
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB