SuffolkLITLab / docassemble-EFSPIntegration

EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview
MIT License
1 stars 1 forks source link

Improve Integration tests #198

Closed BryceStevenWilley closed 1 year ago

BryceStevenWilley commented 1 year ago

Integration tests are critical in the EFSP, since so much of the logic is making sure Tyler doesn't break us. Currently, the tests are in this repo, and need the python library (not the docassemble one).It is currently not run enough; to run it more, we need to:

BryceStevenWilley commented 1 year ago

Ended up making the integration tests run when changes are made to this repo. They run against efile-test, so the best way to make sure that the proxy server is running is to deploy to efile-test as often as possible.