brodriguez8774 / django-expanded-test-cases

Extends the existing Django TestCase class with extra functionality.
MIT License
2 stars 0 forks source link

Create LiveServerTestCase class #4

Open brodriguez8774 opened 2 years ago

brodriguez8774 commented 2 years ago

Takes Django's original TestCase class and adds assertions/helper-functions specifically for testing via Selenium, aka active browser instances.

brodriguez8774 commented 2 years ago

Currently not really started.