seqsender icon indicating copy to clipboard operation
seqsender copied to clipboard

Create Automated Test/Validation Scripts

Open dthoward96 opened this issue 6 months ago • 0 comments

Creating automated testing for script updates with drastically increase testing time. Testing is tedious when it depends on databases processing files to determine if the changes work correctly.

Environment testing:

  • [x] Automatic docker deployment to GHCR Master branch now automatically builds and deploys the latest docker image to github container repository.
  • [x] Automatic docker testing on pull request
  • [ ] Automatic python/mamba versioning testing

Mypy Testing:

  • [x] All Functions mypy testing
  • [x] Automated github-action mypy testing

Pydantic Testing:

  • [ ] All functions pydantic testing
  • [ ] Automated github-action pydantic testing

dthoward96 avatar Dec 05 '23 18:12 dthoward96