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
I added a basic test to test_uploader since I kept failing validation. It's quite simple; other tests compare the docs that the uploader creates against hardcoded 'expected' docs (via Mox). So I just ran all those hardcoded docs through validation, thereby ensuring that the uploader produces valid docs.
Could add a similar thing to the parser. It tests both the parser and the uploader, and stops us accidentally breaking validation later on after this is deployed.
The text was updated successfully, but these errors were encountered:
I added a basic test to test_uploader since I kept failing validation. It's quite simple; other tests compare the docs that the uploader creates against hardcoded 'expected' docs (via Mox). So I just ran all those hardcoded docs through validation, thereby ensuring that the uploader produces valid docs.
Could add a similar thing to the parser. It tests both the parser and the uploader, and stops us accidentally breaking validation later on after this is deployed.
The text was updated successfully, but these errors were encountered: