You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Automatic docker deployment to GHCR
Master branch now automatically builds and deploys the latest docker image to github container repository.
Automatic docker testing on pull request
Automatic python/mamba versioning testing
Mypy Testing:
All Functions mypy testing
Automated github-action mypy testing
Pydantic Testing:
All functions pydantic testing
Automated github-action pydantic testing
The text was updated successfully, but these errors were encountered:
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:
Master branch now automatically builds and deploys the latest docker image to github container repository.
Mypy Testing:
Pydantic Testing:
The text was updated successfully, but these errors were encountered: