A Learn Material based on "Test Driven Development With Python"
https://www.amazon.com/dp/1449364829
Special thanks to @hjwp
$ git clone git@github.com:gkzz/twbot.git
$ pip install -r requirements.txt
βββ config
β βββ __init__.py
β βββ settings.py
β βββ urls.py
β βββ wsgi.py
βββ db.sqlite3
βββ install
β βββ chromedriver.exe
βββ manage.py
βββ README.md
βββ requirements.txt
βββ test01_assert_driver_title.py
βββ test02_unittest_driver_title.py
$ python --version
Python 3.6.5
$ django-admin version
1.11.8
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.5 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.5 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
plz give me comments!