Switching unit-testing framework by one line
Using of different unit testing frameworks for supporting of code quality for MCU firmware, approach for migration to a new framework, if there are a lot of tests already written.
more

Using of different unit testing frameworks for supporting of code quality for MCU firmware, approach for migration to a new framework, if there are a lot of tests already written.
How can one run a couple thousand tests in as little time as possible, in parallel mode, and on top of that, make the whole process CI-agnostic? Noveo backend developer and DevOps expert Andrei shares his solution to the problem.
During recent years reactive programming in general as well as ReactiveX library is on increasing popularity among developers. Kseniya, Noveo Python developer, demonstrates benefits of this approach on a base of an RSS aggregator on Python.