fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Django update.
[redakcja.git]
/
src
/
dvcs
/
tests
/
tests.py
diff --git
a/src/dvcs/tests/tests.py
b/src/dvcs/tests/tests.py
index
5c7a475
..
d4e9b0b
100644
(file)
--- a/
src/dvcs/tests/tests.py
+++ b/
src/dvcs/tests/tests.py
@@
-1,8
+1,6
@@
-from nose.tools import *
from django.test import TestCase
from .models import ADocument
-
class DocumentModelTests(TestCase):
def assertTextEqual(self, given, expected):