NucciTheBoss / cleantest

A testing framework that brings up clean environments and mini-clusters for developers in a hurry
https://nuccitheboss.github.io/cleantest/
Apache License 2.0
11 stars 2 forks source link

`run` function needed for executing shell commands inside test environments #27

Closed NucciTheBoss closed 1 year ago

NucciTheBoss commented 1 year ago

run will be a front-end to subprocess. Some things just cannot be encapsulated by utility or package classes.

NucciTheBoss commented 1 year ago

This method was implemented in #33 (forgot to tag it). run is now a part of the cleantest.utils module. Relevant documentation will be added a later date.