Anonymised HP import test file
This commit is contained in:
parent
94b48d0085
commit
e20887da1c
2 changed files with 31 additions and 31 deletions
|
|
@ -199,7 +199,7 @@ class ImportTests(TestCase):
|
|||
|
||||
def test_import_hp(self):
|
||||
teacher = Teacher.objects.create(
|
||||
first_name='Laurie', last_name='Bernasconi', birth_date='1974-08-08'
|
||||
first_name='Jeanne', last_name='Dupond', birth_date='1974-08-08'
|
||||
)
|
||||
path = os.path.join(os.path.dirname(__file__), 'test_files', 'HYPERPLANNING.txt')
|
||||
self.client.login(username='me', password='mepassword')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue