Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 995 Bytes

references.md

File metadata and controls

17 lines (12 loc) · 995 Bytes

Work referred to by this project

Obey the Testing Goat! Do Nothing Until You Have a Test. Goat 10 videos. To testing, see eg. realpython's comparison of test tools: unittest, nose2 and pyTest.

geckodriver på Github.

Selenium: Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well.

Django framework for development of web applications.

Djangogirls.

Mozilla Django Tutorial.