mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Rename acom to lib to avoid confusion with repo name.
This commit is contained in:
14
lib/main/tests.py
Normal file
14
lib/main/tests.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
This file demonstrates two different styles of tests (one doctest and one
|
||||
unittest). These will both pass when you run "manage.py test".
|
||||
|
||||
Replace these with more appropriate tests for your application.
|
||||
"""
|
||||
|
||||
from django.test import TestCase
|
||||
|
||||
class SimpleTest(TestCase):
|
||||
def test_basic_addition(self):
|
||||
self.failUnlessEqual(1 + 1, 2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user