Rename acom to lib to avoid confusion with repo name.

This commit is contained in:
Michael DeHaan
2013-03-13 15:32:22 -04:00
parent 2ce1af0325
commit 14b0a1ed27
11 changed files with 3 additions and 3 deletions

14
lib/main/tests.py Normal file
View 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)