openwisp / openwisp-monitoring

Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
https://openwisp.io/docs/dev/monitoring/
Other
163 stars 111 forks source link

[qa] Write integration tests for ow-controller #282

Open purhan opened 3 years ago

purhan commented 3 years ago

Write integration tests for the following tests from openwisp-controller:

openwisp_controller.config.tests.test_config
openwisp_controller.config.tests.test_controller
openwisp_controller.config.tests.test_device
openwisp_controller.config.tests.test_template
openwisp_controller.config.tests.test_views

Related: https://github.com/openwisp/ansible-openwisp2/pull/262#pullrequestreview-622301624

nemesifier commented 3 years ago

Possible alternative: https://github.com/openwisp/openwisp-controller/issues/442