(re?)add a missing test file

This commit is contained in:
Martin Pépin 2019-03-16 18:22:17 +01:00
parent e2a4b126d5
commit f1c5c121c9
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
do not delete me

View file

@ -43,7 +43,7 @@ class TestViews(TestCase):
nom="My PSet",
auteur="PSet author"
)
file = File(open("media/test_file.txt"), "test file")
file = File(open("partitions/tests/test_file.txt"), "test file")
Partition.objects.create(nom="part1", part=file, morceau=self.pset)
def tearDown(self):