serve
serve copied to clipboard
Code quality improvements
📚 Documentation
Need to touch on
- [x]
pre-commit#1598 - [x] Linting in CI #1645
- [x] Move to squash and merge - done in Github settings
- [x]
good-first-issue- mentioned in newCONTRIBUTING.mdmore prominently - [x] Revamp issue and workflow template and clarify
CONTRIBUTING.mdhttps://github.com/pytorch/serve/pull/1649 - [ ] Handler updates
- [ ] Debugging standalone handlers https://github.com/pytorch/serve/pull/1661 - PR Ready
- [ ] Modularity #1631 - PR Ready #1664
- [ ] Refactor tests
- [ ] Prereq: Refactor tests into one directory - I want to run
pytest .and have it just work not need any assumptions about mar files generated offline or stubs generated in some other script. We should useconftest.pyfor everything setup related - [ ] Flaky test removal #1586
- [ ] Test time reduction #1637
- [ ] Prereq: Refactor tests into one directory - I want to run
- [ ] Test coverage #1636 #1665
- [ ] docstrings
- [ ] Types? #1419
- [ ] Github bot to run benchmarks, notify on regression in benchmarks, auto assignment to review