Blueshoe / pytest-kubernetes

A :arrow_right: pytest plugin to make the management of (local) Kubernetes clusters a breeze. :rocket:
Apache License 2.0
22 stars 3 forks source link

feat(#22): namespace option in logs() function #26

Closed liquidiert closed 2 months ago

liquidiert commented 2 months ago

This PR adds the namespace option to the logs() function. It also introduces ruff as replacement for black and flake8. Added a pre commit config as well as a unit test for the new namespace option. With the recently added python update I also changed the optional typing to native python None typings. Closes #22