Django Framework: What are you using for code testing?
Sort by:
COO in Software7 years ago
For testing web pages the skills we see most are around Selenium
CTO in Services (non-Government)7 years ago
We use Junit for our automated testing. Our team is small. A big test framework is not something we had time for.
We use Pytest, Factory Boy, Django Mock Queries for unit testing, and Behave for BDD integration tests.