Skip to content

Commit

Permalink
Bug Fix: Upload to Pypi complians about README.rst
Browse files Browse the repository at this point in the history
- Twine check revealed a bad formatting per expectations of README.rst
  • Loading branch information
BenjamenMeyer committed Feb 11, 2024
1 parent 0ba0dd4 commit dd56402
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,10 @@ There is now also the option of using a decorator:
res = requests.get('http://localhost/')
self.assertEqual(res.status_code, 200)
self.assertEqual(res.text, 'Hello')
======
Enjoy!
======

Please now go and enjoy better testing.

0 comments on commit dd56402

Please sign in to comment.