Currently tests are placed in one file which is not very convenient.
The proposed solution is to separate tests to files by some logical pieces: for example, a file per a member function or a piece of functionality (e.g. hash support, string operations, etc.)
Currently tests are placed in one file which is not very convenient.
The proposed solution is to separate tests to files by some logical pieces: for example, a file per a member function or a piece of functionality (e.g. hash support, string operations, etc.)