mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Various Django cleanup
This commit is contained in:
@@ -9,15 +9,6 @@ from django.test import TestCase
|
||||
|
||||
class SimpleTest(TestCase):
|
||||
def test_basic_addition(self):
|
||||
"""
|
||||
Tests that 1 + 1 always equals 2.
|
||||
"""
|
||||
self.failUnlessEqual(1 + 1, 2)
|
||||
|
||||
__test__ = {"doctest": """
|
||||
Another way to test that 1 + 1 is equal to 2.
|
||||
|
||||
>>> 1 + 1 == 2
|
||||
True
|
||||
"""}
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user