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
We need to add files to a tests directory and setup some GitHub actions to test our code. Beyond untitests for the basic operation of our functions, this should be a collection of unit tests that run every script in the scripts' directory and confirm the output matches our expectations. For this we will need some clean sample data.
The text was updated successfully, but these errors were encountered:
I've created some clean sample VOSS tech files in the tests/data directory for use in unit testing. We now have a simple expected state to test against.
We need to add files to a
tests
directory and setup some GitHub actions to test our code. Beyond untitests for the basic operation of our functions, this should be a collection of unit tests that run every script in the scripts' directory and confirm the output matches our expectations. For this we will need some clean sample data.The text was updated successfully, but these errors were encountered: