## Tech Debt This project doesn't have any unit tests yet. In addition to the tests themselves, it also needs: - GitHub Actions workflow to run them and report results. https://github.com/ni/nitypes-python/blob/main/.github/workflows/run_unit_tests.yml and https://github.com/ni/nitypes-python/blob/main/.github/workflows/report_test_results.yml are a good starting point. - Update the branch protection ruleset's required checks to include the unit tests, so that PRs cannot be merged when the tests are failing. [AB#3789761](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/3789761)
Tech Debt
This project doesn't have any unit tests yet.
In addition to the tests themselves, it also needs:
AB#3789761