Jump to content

Unit Testing for Unigine / Testing general


photo

Recommended Posts

Hello

 

I'm wondering how others do testing of their code base.

 

Currently we try to implement something like unit testing, to validate code functionality after code changes. But it seems impossible to find out which code is tested and which not.

I like the coverage tool in python, which shows how much code is tested with the unit tests, but I found now way to implement something like this with unigine.

 

How you handle testing of the code base?

 

Greets

Manuel

Link to comment
×
×
  • Create New...