Is your feature request related to a problem? Please describe.
Currently all tests are bundled in the test/ folder. This makes it difficult to differentiate between integration tests and unit tests. This makes it difficult to have heavy integration tests be completed separately to unit tests.
Describe the solution you'd like
split tests in to test/unit and test/integration like structure.
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
Currently all tests are bundled in the
test/folder. This makes it difficult to differentiate between integration tests and unit tests. This makes it difficult to have heavy integration tests be completed separately to unit tests.Describe the solution you'd like
split tests in to
test/unitandtest/integrationlike structure.Describe alternatives you've considered
N/A
Additional context
N/A