koopjs / winnow

Deprecated
Apache License 2.0
90 stars 18 forks source link

Test file reorganization #159

Closed rgwozdz closed 4 years ago

rgwozdz commented 4 years ago

Many of tests in winnow are not unit tests, but rather integration tests. Specifically, they use the winnow.query method with specific options and then inspects the result. For example, the limit integration test executes a winnow query with limit option, and then checks the result to ensure the number of records return respect the limit value. This test therefore integrates many different functions found in Winnow.

This PR divides up tests into unit and integration directories.