aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-12-07 15:40:30 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-12-07 15:40:30 +0100
commit28b8f6033a12625d52eece014473203402182d5c (patch)
tree518bc0762f9ab2b44ffd55f37b9ec6d8efb9d9da /tests
parent714c30e429dab8083b9e5317209e44619d875d22 (diff)
cleanup
Diffstat (limited to 'tests')
-rw-r--r--tests/test_collection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_collection.py b/tests/test_collection.py
index 4aa0dfe..850ac27 100644
--- a/tests/test_collection.py
+++ b/tests/test_collection.py
@@ -298,7 +298,6 @@ class testComplexCollection(unittest.TestCase):
def test_empty_data(self):
entry = lesana.Entry(self.collection)
- print(entry.yaml_data)
self.assertIn("name: ''", entry.yaml_data)
self.assertIn('with_default', entry.yaml_data)
self.assertIn('amount: 0', entry.yaml_data)