fixed_string
fixed_string copied to clipboard
Refactor tests
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.)