Skip to content

Commit dd56402

Browse files
committed
Bug Fix: Upload to Pypi complians about README.rst
- Twine check revealed a bad formatting per expectations of README.rst
1 parent 0ba0dd4 commit dd56402

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,10 @@ There is now also the option of using a decorator:
279279
res = requests.get('http://localhost/')
280280
self.assertEqual(res.status_code, 200)
281281
self.assertEqual(res.text, 'Hello')
282+
283+
======
284+
Enjoy!
285+
======
286+
287+
Please now go and enjoy better testing.
288+

0 commit comments

Comments
 (0)