Files
mayan-edms/apps/lock_manager/tests.py
2011-11-22 15:03:06 -04:00

10 lines
199 B
Python

from django.test import TestCase
class SimpleTest(TestCase):
def test_basic_addition(self):
"""
Tests that 1 + 1 always equals 2.
"""
self.assertEqual(1 + 1, 2)