This depends on #48 which introduces some new tests.
This reorganizes the tests so the test files live alongside the files they test. This is nice from the perspective of review, in that the test files immediately follow the file under test.
While it's a secondary concern, it's also marginally easier to find the correct test file for a given file, as it's right next to it in the file system.
This depends on #48 which introduces some new tests.
This reorganizes the tests so the test files live alongside the files they test. This is nice from the perspective of review, in that the test files immediately follow the file under test.
While it's a secondary concern, it's also marginally easier to find the correct test file for a given file, as it's right next to it in the file system.