Skip to content

Commit

Permalink
Add tests for missing version formats
Browse files Browse the repository at this point in the history
Co-Authored-By: Manuel Kaufmann <humitos@gmail.com>
  • Loading branch information
agjohnson and humitos committed Oct 14, 2019
1 parent 1475a47 commit deb080e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readthedocs/rtd_tests/tests/test_api.py
Expand Up @@ -2232,6 +2232,8 @@ def test_modify_version(self):
self.assertEqual(resp.status_code, 200)
self.assertEqual(resp.data['built'], False)
self.assertEqual(resp.data['has_pdf'], True)
self.assertEqual(resp.data['has_epub'], False)
self.assertEqual(resp.data['has_htmlzip'], False)


class TaskViewsTests(TestCase):
Expand Down

0 comments on commit deb080e

Please sign in to comment.