Closed HennerM closed 9 months ago
add some unit tests to tests/test_cli and tests/test_models
I don't think these tests are very useful, the test_cli are basically testing argparse and test_models test mostly the asdict method in data classes
, or am I missing something?
add some unit tests to tests/test_cli and tests/test_models
I don't think these tests are very useful, the test_cli are basically testing argparse and test_models test mostly the asdict method in
data classes
, or am I missing something?
yea its not a big deal in this case, but i think it can be useful to detect errors when you have many config options, and allos you to test the client without building it
add some unit tests to tests/test_cli and tests/test_models