Actually write the date found in the file name

This commit is contained in:
Daniel Quinn
2016-08-20 18:11:51 +01:00
parent c7dda9de96
commit 1ce76a5486
3 changed files with 7 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ from django.test import TestCase
from ..models import FileInfo
class TestAttachment(TestCase):
class TestAttributes(TestCase):
TAGS = ("tag1", "tag2", "tag3")
EXTENSIONS = (
@@ -154,7 +154,6 @@ class Permutations(TestCase):
correspondent=None, title=None,
extension=None, tags=None):
# print(filename)
info = FileInfo.from_path(filename)
# Created