fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Python 3
[redakcja.git]
/
src
/
dvcs
/
tests
/
tests.py
diff --git
a/src/dvcs/tests/tests.py
b/src/dvcs/tests/tests.py
index
06160ca
..
d4e9b0b
100644
(file)
--- a/
src/dvcs/tests/tests.py
+++ b/
src/dvcs/tests/tests.py
@@
-1,4
+1,3
@@
-from nose.tools import *
from django.test import TestCase
from .models import ADocument
@@
-10,7
+9,6
@@
class DocumentModelTests(TestCase):
)
def test_empty_file(self):
- assert False
doc = ADocument.objects.create()
self.assertTextEqual(doc.materialize(), u"")