fuzzed icon indicating copy to clipboard operation
fuzzed copied to clipboard

Write functional test cases for the backends

Open laena opened this issue 7 years ago • 2 comments

These should be run by Travis, too (to check that a changeset not only compiles, but also does not break functionality).

They can be limited to C++ backend code.

Any ideas for easy-to-integrate test frameworks?

laena avatar Oct 06 '17 06:10 laena

I thought you already had GoogleTests (at least it is somewhere in the wiki mentioned)?

rakhimov avatar Oct 06 '17 06:10 rakhimov

Yes, but it was used only as a programming help in very early versions. I think it would make sense to write clean test cases from scratch.

There are tests for the entire software stack including frontend, but no nice, isolated unit tests for the backends.

laena avatar Oct 06 '17 06:10 laena