kvk1920

Results 2 issues of kvk1920

C3 needs some cross-platform way for paths/files manipulation, because in C programmers have to write platform-specific code to work with file system. The different path's encoding is an issue too.

help wanted
good first issue
feature
discussion

pytest tries to highlight failed assertions but fails. I guess the reason is pytest-tap unregisters "terminalreporter" plugin. test_sample.py: ```python def test_fail(): a = [1] b = {2} assert a ==...