summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-06-02 20:29:28 -0700
committerAnthony Sottile <asottile@umich.edu>2018-06-03 07:58:46 -0700
commit0f2d7dc73cb94b141cc49f452b6f10f7a2d1d5cf (patch)
tree5e59994f200e74da40c0957c1dedbbba9304bcf4 /README.rst
parent5c878001eaaf55859c0ae0f0d32b067415592b87 (diff)
downloadpytest-0f2d7dc73cb94b141cc49f452b6f10f7a2d1d5cf.tar.gz
blacken docs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 42d9caedb..564ffff6c 100644
--- a/README.rst
+++ b/README.rst
@@ -40,6 +40,7 @@ An example of a simple test:
def inc(x):
return x + 1
+
def test_answer():
assert inc(3) == 5