AlexGaiser / freepi

A libarary for free API wrappers and other services to aid in prototyping and development
2 stars 1 forks source link

Add integration testing folder #72

Open AlexGaiser opened 3 years ago

AlexGaiser commented 3 years ago

Our Unit tests should not be connecting directly to the APIs, they should only test the ability of the function to create a request. We should move our current tests to an E2E folder for integration tests

AlexGaiser commented 3 years ago

We should also create actual unit tests for our wrappers

AlexGaiser commented 3 years ago

Currently the tests we are doing are closer to integration tests. We should also run end to end tests.

AlexGaiser commented 3 years ago

We have switched several of our tests over to .itest.ts format but need to replace them with unit tests