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!