Hello, is there any unit-testing suite that * Allows me to write unit tests in the same module and * able to run from `nimble test` command?
I just want to run tests on multiple modules from nimble without creating separate testing files under `tests/`
