Erik Sundell
0de2db365a
pre-commit: run hooks
2024-09-20 22:25:46 +02:00
Min RK
b034fc6713
fix calls to assert_called_with
...
it's not `assert ...called_with`
2024-09-05 11:07:22 +02:00
pre-commit-ci[bot]
e95942d61b
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-05-15 08:51:36 +00:00
Erik Sundell
e0aaa4f995
pre-commit: run black with string normalization
2021-11-03 23:55:34 +01:00
Erik Sundell
771ae59636
pre-commit: run black without string normalization
2021-11-03 23:53:41 +01:00
GeorgianaElena
bc9aa45b49
Add unset property option
2019-05-28 16:13:42 +03:00
Min RK
af36ee73e4
no longer need to mock out generate_traefik_api_credentials
2019-02-22 11:39:40 +01:00
GeorgianaElena
ffa635dda3
Fixed tests
2019-02-13 14:59:57 +02:00
GeorgianaElena
3ee387cd3b
Fixed some issues
2019-02-13 14:23:02 +02:00
GeorgianaElena
eee29a0957
Replace chp with traefik-proxy
2019-02-13 14:23:02 +02:00
Min RK
7b1dcc8b99
move tljh_dir fixture to conftest
...
so it can be used everywhere
2018-08-01 17:05:43 +02:00
Min RK
a4427068cc
tests and fixes in tljh-config
...
- add remove-item to cli
- fix setting non-string values (int, bool, float)
- show help when no action is given
- test coverage for cli
2018-07-31 13:25:30 +02:00
yuvipanda
7e9e2d375c
Add tljh-config remove-item to remove an item from a list
2018-07-28 11:57:11 -07:00
yuvipanda
f0c944aeb8
Add code + tests for adding items to a list
2018-07-28 11:14:53 -07:00
yuvipanda
70785f9fd3
Add tljh-config command
...
We do not want users to hand-edit YAML files. This has been a
major source of bugs and confusion for users in z2jh. Doing so
in a terminal text editor makes it even worse.
This lets users type commands directly to modify config.yaml file
rather than edit files directly. This makes it a lot less error
prone and user friendly.
Advanced users can still edit config.yaml manually.
Fixes #38
2018-07-27 21:36:29 -07:00