File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -1129,6 +1129,11 @@ <h2>Django 1.7-specific resources</h2>
11291129 will help you stop procrastinating on testing your Django projects if you're
11301130 uncertain where to begin.</ p >
11311131</ li >
1132+ < li >
1133+ < p > < a href ="https://medium.com/@unary/django-views-automated-testing-with-selenium-d9df95bdc926 "> Django views automated testing with Selenium</ a >
1134+ gives some example code to get up and running with
1135+ < a href ="http://www.seleniumhq.org "> Selenium</ a > browser-based tests.</ p >
1136+ </ li >
11321137</ ul >
11331138< h2 > Django with Angular (Djangular) resources</ h2 >
11341139< ul >
Original file line number Diff line number Diff line change @@ -213,6 +213,11 @@ <h2>Django 1.7-specific resources</h2>
213213 will help you stop procrastinating on testing your Django projects if you're
214214 uncertain where to begin.</ p >
215215</ li >
216+ < li >
217+ < p > < a href ="https://medium.com/@unary/django-views-automated-testing-with-selenium-d9df95bdc926 "> Django views automated testing with Selenium</ a >
218+ gives some example code to get up and running with
219+ < a href ="http://www.seleniumhq.org "> Selenium</ a > browser-based tests.</ p >
220+ </ li >
216221</ ul >
217222< h2 > Django with Angular (Djangular) resources</ h2 >
218223< ul >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-03-19T17:55:50Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-03-20T07:25:51Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -179,6 +179,10 @@ for Django and web development on the
179179 will help you stop procrastinating on testing your Django projects if you're
180180 uncertain where to begin.
181181
182+ * [ Django views automated testing with Selenium] ( https://medium.com/@unary/django-views-automated-testing-with-selenium-d9df95bdc926 )
183+ gives some example code to get up and running with
184+ [ Selenium] ( http://www.seleniumhq.org ) browser-based tests.
185+
182186
183187## Django with Angular (Djangular) resources
184188* [ Getting Started with Django Rest Framework and AngularJS] ( http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html )
You can’t perform that action at this time.
0 commit comments