Skip to content

destngx/tdd_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Install firefox and geckodriver in the prerequisites folder https://blog.henrypoon.com/blog/2020/09/27/running-selenium-webdriver-on-wsl2/ Install python 3.7 Setup environment for python mkvirtualenv python37 && workon python37

Install Django 1.11 and Selenium 3 pip install "django<1.12" "selenium<4"

Run

run server firsttime python manage.py migrate

python manage.py runserver

run test

python -W ignore functional_tests.py

About

Test-Driven Development with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published