uk-fci / nhs-number

Python package to provide utilities for NHS Numbers, including validity checks, normalisation, and generation.
https://nhs-number.uk-fci.tech/
MIT License
4 stars 6 forks source link

Automatically run tests in GitHub Action #8

Closed pacharanero closed 1 year ago

pacharanero commented 1 year ago

This library previously used Travis CI but we are going to transition over to using GitHub Actions. One essential check we can institute is to run the standard Pytest/UnitTest tests for any new push of code to a branch, or any PR. This ensures that any new code has not broken key features and API contracts.

pacharanero commented 1 year ago

closed with 40e710f