Skip to content

Commit d9fe472

Browse files
committed
updating pytest description
1 parent 49db307 commit d9fe472

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

all.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6597,7 +6597,8 @@ <h2>Unit testing tools</h2>
65976597
is the built-in standard library tool for testing Python code.</p>
65986598
</li>
65996599
<li>
6600-
<p><a href="http://pytest.org/latest/">pytest</a></p>
6600+
<p><a href="http://pytest.org/latest/">pytest</a> is a complete testing tool that
6601+
emphasizes backwards-compatibility and minimizing boilerplate code.</p>
66016602
</li>
66026603
<li>
66036604
<p><a href="https://nose.readthedocs.org/en/latest/">nose</a> is an extension to

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-08-29T09:48:14Z</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-08-29T09:52:56Z</updated></feed>

source/content/pages/08-testing/02-unit-testing.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ nose, are extensions that ease test case creation.
3232
* [unittest](https://docs.python.org/3/library/unittest.html)
3333
is the built-in standard library tool for testing Python code.
3434

35-
* [pytest](http://pytest.org/latest/)
35+
* [pytest](http://pytest.org/latest/) is a complete testing tool that
36+
emphasizes backwards-compatibility and minimizing boilerplate code.
3637

3738
* [nose](https://nose.readthedocs.org/en/latest/) is an extension to
3839
unittest that makes it easier to create and execute test cases.

unit-testing.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ <h2>Unit testing tools</h2>
5959
is the built-in standard library tool for testing Python code.</p>
6060
</li>
6161
<li>
62-
<p><a href="http://pytest.org/latest/">pytest</a></p>
62+
<p><a href="http://pytest.org/latest/">pytest</a> is a complete testing tool that
63+
emphasizes backwards-compatibility and minimizing boilerplate code.</p>
6364
</li>
6465
<li>
6566
<p><a href="https://nose.readthedocs.org/en/latest/">nose</a> is an extension to

0 commit comments

Comments
 (0)