Skip to content

Commit 564feba

Browse files
committed
new django testing resources
1 parent b551900 commit 564feba

File tree

6 files changed

+40
-4
lines changed

6 files changed

+40
-4
lines changed

all.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ <h2>Django videos</h2>
12491249
for Django and web development on the
12501250
<a href="/best-python-videos.html">Best Python Videos</a> page.
12511251
</div></p>
1252-
<h2>Django 1.7-specific resources</h2>
1252+
<h2>Django migrations</h2>
12531253
<ul>
12541254
<li>
12551255
<p>Paul Hallett wrote a
@@ -1273,6 +1273,9 @@ <h2>Django 1.7-specific resources</h2>
12731273
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/">part 4</a>
12741274
are now all available to read.</p>
12751275
</li>
1276+
</ul>
1277+
<h2>Django testing</h2>
1278+
<ul>
12761279
<li>
12771280
<p><a href="https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/">Integrating Front End Tools with Django</a>
12781281
is a good post to read for figuring out how to use <a href="http://gulpjs.com/">Gulp</a>
@@ -1284,6 +1287,11 @@ <h2>Django 1.7-specific resources</h2>
12841287
uncertain where to begin.</p>
12851288
</li>
12861289
<li>
1290+
<p><a href="https://realpython.com/blog/python/testing-in-django-part-1-best-practices-and-examples/">Testing in Django</a>
1291+
provides numerous examples and explanations for how to test your Django
1292+
project's code.</p>
1293+
</li>
1294+
<li>
12871295
<p><a href="https://medium.com/@unary/django-views-automated-testing-with-selenium-d9df95bdc926">Django views automated testing with Selenium</a>
12881296
gives some example code to get up and running with
12891297
<a href="http://www.seleniumhq.org">Selenium</a> browser-based tests.</p>
@@ -5666,6 +5674,11 @@ <h1>Change Log</h1>
56665674
the
56675675
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
56685676
<h2>2015</h2>
5677+
<h3>May</h3>
5678+
<ul>
5679+
<li>Added additional <a href="/django.html">Django</a> resources, specifically related to
5680+
testing.</li>
5681+
</ul>
56695682
<h3>April</h3>
56705683
<ul>
56715684
<li>Added more <a href="/no-sql-datastore.html">NoSQL resources</a>, especially ones involving

change-log.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ <h1>Change Log</h1>
4040
the
4141
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
4242
<h2>2015</h2>
43+
<h3>May</h3>
44+
<ul>
45+
<li>Added additional <a href="/django.html">Django</a> resources, specifically related to
46+
testing.</li>
47+
</ul>
4348
<h3>April</h3>
4449
<ul>
4550
<li>Added more <a href="/no-sql-datastore.html">NoSQL resources</a>, especially ones involving

django.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h2>Django videos</h2>
196196
for Django and web development on the
197197
<a href="/best-python-videos.html">Best Python Videos</a> page.
198198
</div></p>
199-
<h2>Django 1.7-specific resources</h2>
199+
<h2>Django migrations</h2>
200200
<ul>
201201
<li>
202202
<p>Paul Hallett wrote a
@@ -220,6 +220,9 @@ <h2>Django 1.7-specific resources</h2>
220220
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/">part 4</a>
221221
are now all available to read.</p>
222222
</li>
223+
</ul>
224+
<h2>Django testing</h2>
225+
<ul>
223226
<li>
224227
<p><a href="https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/">Integrating Front End Tools with Django</a>
225228
is a good post to read for figuring out how to use <a href="http://gulpjs.com/">Gulp</a>
@@ -231,6 +234,11 @@ <h2>Django 1.7-specific resources</h2>
231234
uncertain where to begin.</p>
232235
</li>
233236
<li>
237+
<p><a href="https://realpython.com/blog/python/testing-in-django-part-1-best-practices-and-examples/">Testing in Django</a>
238+
provides numerous examples and explanations for how to test your Django
239+
project's code.</p>
240+
</li>
241+
<li>
234242
<p><a href="https://medium.com/@unary/django-views-automated-testing-with-selenium-d9df95bdc926">Django views automated testing with Selenium</a>
235243
gives some example code to get up and running with
236244
<a href="http://www.seleniumhq.org">Selenium</a> browser-based tests.</p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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-05-02T17:21:24Z</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-05-03T10:20:16Z</updated></feed>

source/content/pages/04-web-development/02-django.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ for Django and web development on the
158158
</div>
159159

160160

161-
## Django 1.7-specific resources
161+
## Django migrations
162162
* Paul Hallett wrote a
163163
[detailed Django 1.7 app upgrade guide](https://www.twilio.com/blog/2014/10/upgrading-your-django-reusable-app-to-support-django-1-7.html)
164164
on the Twilio blog from his experience working with the django-twilio
@@ -178,6 +178,8 @@ for Django and web development on the
178178
[part 4](http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/)
179179
are now all available to read.
180180

181+
182+
## Django testing
181183
* [Integrating Front End Tools with Django](https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/)
182184
is a good post to read for figuring out how to use [Gulp](http://gulpjs.com/)
183185
for handling front end tools in development and production Django sites.
@@ -186,6 +188,10 @@ for Django and web development on the
186188
will help you stop procrastinating on testing your Django projects if you're
187189
uncertain where to begin.
188190

191+
* [Testing in Django](https://realpython.com/blog/python/testing-in-django-part-1-best-practices-and-examples/)
192+
provides numerous examples and explanations for how to test your Django
193+
project's code.
194+
189195
* [Django views automated testing with Selenium](https://medium.com/@unary/django-views-automated-testing-with-selenium-d9df95bdc926)
190196
gives some example code to get up and running with
191197
[Selenium](http://www.seleniumhq.org) browser-based tests.

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ the
1313

1414

1515
## 2015
16+
### May
17+
* Added additional [Django](/django.html) resources, specifically related to
18+
testing.
19+
1620
### April
1721
* Added more [NoSQL resources](/no-sql-datastore.html), especially ones involving
1822
Redis.

0 commit comments

Comments
 (0)