Skip to content
Snippets Groups Projects

Clean up the repo a bit, and add some unit tests

Merged Karel van Klink requested to merge feature/add-unit-tests into develop
All threads resolved!
4 files
+ 37
39
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -57,6 +57,8 @@ def deprovision_lt_ips(subscription: Router) -> dict:
@step("Remove configuration from router")
def remove_config_from_router() -> None:
# FIXME: Add actual content
# TODO: update unit test accordingly
pass
Loading