Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Testing

Broken Pipe Error While Running Django-test With Selenium

while running django tests with selenium (no remote, no xvfb), I always get the following exception… Read more Broken Pipe Error While Running Django-test With Selenium

Django Test Filefield Using Test Fixtures

I'm trying to build tests for some models that have a FileField. The model looks like this: cla… Read more Django Test Filefield Using Test Fixtures

Selenium: Element Not Clickable ... Other Element Would Receive Click

When running Selenium tests on my Django project, I've started to get the error: selenium.comm… Read more Selenium: Element Not Clickable ... Other Element Would Receive Click