riotkit-org / riotkit-do

RKD - RiotKit DO. Task executor - balance between Makefile and Gradle. Written in Python. Powerful tool for every DevOps. Automates production tasks as well as local development tasks
Apache License 2.0
10 stars 2 forks source link

New component: "API" - Testing API (rkd.api.testing) #41

Closed blackandred closed 4 years ago

blackandred commented 4 years ago

There is a need to have a base class for unit testing, and mocks factories to easily execute mocked tasks. More and more projects are using RKD and all need to reinwent the wheel again to test developed tasks.

blackandred commented 4 years ago

Implemented.