mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix tests
This commit is contained in:
parent
f90aa1d2cf
commit
b5b7dc0fbf
@ -26,7 +26,10 @@ class TemplateTagTest(TestCase):
|
|||||||
self.assertEqual(len(hash), 7)
|
self.assertEqual(len(hash), 7)
|
||||||
|
|
||||||
def test_github(self):
|
def test_github(self):
|
||||||
self.assertIn('github.com', inventree_extras.inventree_github())
|
self.assertIn('github.com', inventree_extras.inventree_github_url())
|
||||||
|
|
||||||
|
def test_docs(self):
|
||||||
|
self.assertIn('inventree.github.io', inventree_extras.inventree_docs_url())
|
||||||
|
|
||||||
|
|
||||||
class PartTest(TestCase):
|
class PartTest(TestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user