Django Framework: What are you using for code testing?

11.5k viewscircle icon1 Upvotecircle icon3 Comments
Sort by:
CTO in Software7 years ago

We use Pytest, Factory Boy, Django Mock Queries for unit testing, and Behave for BDD integration tests.

Lightbulb on1
COO in Software7 years ago

For testing web pages the skills we see most are around Selenium

Lightbulb on2
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.

Lightbulb on1