ThingSet / thingset-device-library

ThingSet library for resource-constrained devices written in C/C++
https://thingset.io/thingset-device-library/
Apache License 2.0
13 stars 6 forks source link

Make unit tests atomic #14

Open martinjaeger opened 2 years ago

martinjaeger commented 2 years ago

Currently some unit tests still depend on each other, i.e. rely on variables changed in previous unit tests.

This should be avoided, as also stated in PR #11 review. All unit tests should be checked for this issue.