Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/pages/04-testing/01-testing.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ correctness.
shows how to get a basic [pytest](http://pytest.org/latest/) test
running for a Django project and explains why the author prefers pytest
over standard unittest testing.


* [Distributed Testing with Selenium Grid and Docker](https://testdriven.io/distributed-testing-with-selenium-grid) shows how to distribute automated, browser tests with Selenium Grid and Docker Swarm. It also looks at how to run tests against a number of browsers and automate the provisioning and deprovisioning of machines to keep costs down.