DalgoT4D / dalgo-admin-old

Administrative web console for Dalgo
GNU Affero General Public License v3.0
4 stars 12 forks source link

Set up test suites using pytest #25

Open Rushhaabhhh opened 5 months ago

Rushhaabhhh commented 5 months ago

This PR #11 adds automated tests for:

  1. Individual Python functions using unittest.TestCase.
  2. UI rendering without Selenium, testing views and templates directly.

Benefits :

  1. Boosts code quality and stability.
  2. Reduces manual testing efforts.
  3. Aligns with our testing goals.

Test cases can be run by this command : python manage.py test