-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
2 / 22 of 2 issues completedMilestone
Description
- use PyTest as a default test framework (have a look on official site, migration can be done softly with https://docs.pytest.org/en/8.2.x/how-to/unittest.html)
- Split memory leak test in a specific file
- Create a performance test
- Improve tests by testing all the plugin/model.py methods
- Add dummies tests for all plugins (for example sensors could not be tested in the CI because the CI containers do not expose any sensors)
- Improve Github action unit test on BSD systems #2749
- write tests using Gherkin (Cucumber / Behave): see example here: https://github.com/ritvik-shetty/BDD_DEMO/tree/main/bdd_test
- Add Selenium to test WebUI #3044
Reactions are currently unavailable