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

Django 1.5.1 'importerror: No Module Named Urls' When Running Tests

I've started project with Django 1.5 I've the following urls, views, and tests of the profi… Read more Django 1.5.1 'importerror: No Module Named Urls' When Running Tests

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

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