howaboutudance / actix-json-error-middleware

A actix-web middleware to respond to requests that error with JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move range tests to intergration tests folder

howaboutudance opened this issue · comments

As a Software Engineer, I need to move the "range tests" that build a test app and then run tests against that app to be in the /tests folder of the rust repo

Acceptance Criteria:

  • relevant tests are moved to their own folder
  • they are show to run locally
  • they can be run by the github action if deployed after completing #2