Apollys / PoEDynamicLootFilter

Tool to Modify your Loot Filter seamlessly while playing Path of Exile
55 stars 9 forks source link

Add full set of tests for backend_cli #35

Open Apollys opened 2 years ago

Apollys commented 2 years ago

The current backend_cli_test.py only tests if the functions can be run. It also omits some function calls.

All functions should be run and output verified in some way (even if it's just between getters and setters, that's generally very good for this type of more end-to-end test).