glerminal icon indicating copy to clipboard operation
glerminal copied to clipboard

Separate tests from /src

Open Teascade opened this issue 7 years ago • 1 comments

The tests should be moved outside of the src-folder, forming a hierarchy as following:

glerminal/
├── examples/
├── fonts/
├── src/
└── tests/

Teascade avatar Mar 21 '18 14:03 Teascade

Seems quite impossible as of current state: about 2/3 of the tests require access to private methods and fields.

Teascade avatar Mar 21 '18 14:03 Teascade