Alexis King
2015-03-17 08:38:25 UTC
Is there any preferred convention for location of tests in libraries? Using a test submodule is convenient, but does keeping all the tests in separate files reduce loading costs? Does using submodules bloat the .zo size, or are they compiled separately a la Java inner classes?
Alexis
Alexis