DoSomething / chompy

:card_index: The DoSomething.org third-party importer.
MIT License
1 stars 0 forks source link

Remove example tests #130

Closed aaronschachter closed 4 years ago

aaronschachter commented 4 years ago

What's this PR do?

This pull request moves example tests we don't need, and renames the tests/Unit dir as tests/Http.

How should this be reviewed?

👀

Any background context you want to provide?

Tried to add browser-kit-testing to start testing web routes at /rock-the-vote/imports, but getting this error, to save for another PR:

  Problem 1
    - Installation request for laravel/browser-kit-testing ^6.0 -> satisfiable by laravel/browser-kit-testing[v6.0.0].
    - laravel/browser-kit-testing v6.0.0 requires mockery/mockery ^1.0 -> satisfiable by mockery/mockery[1.0, 1.0.0-alpha1, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.3.0, 1.3.1, 1.3.x-dev] but these conflict with your requirements or minimum-stability.

Relevant tickets

References Pivotal #171656723.

Checklist

aaronschachter commented 4 years ago

Did get browser-kit-testing working by installing 3.x -- can add in a future PR if we need it.