Skip to content
Snippets Groups Projects
Commit 7b5a04e0 authored by Carlos Vega's avatar Carlos Vega
Browse files

changed name of test method, added details to CHANGELOG

parent 97f982fa
No related branches found
No related tags found
1 merge request!277Resolve "possibility to remove subject"
Pipeline #34514 passed
smasch (1.0.0~alpha.1-0) unstable; urgency=low smasch (1.0.0~alpha.1-0) unstable; urgency=low
* improvement: added views to delete StudySubject and Subject (#354)
* improvement: study subject can be configured to contain custom fields * improvement: study subject can be configured to contain custom fields
(#339) (#339)
* small improvement: django command for creating admin in application (#347) * small improvement: django command for creating admin in application (#347)
......
...@@ -152,7 +152,7 @@ class SubjectsViewTests(LoggedInWithWorkerTestCase): ...@@ -152,7 +152,7 @@ class SubjectsViewTests(LoggedInWithWorkerTestCase):
self.assertEqual(0, Subject.objects.filter(id=subject.id).count()) self.assertEqual(0, Subject.objects.filter(id=subject.id).count())
self.assertEqual(0, StudySubject.objects.filter(id=study_subject.id).count()) self.assertEqual(0, StudySubject.objects.filter(id=study_subject.id).count())
def test_delete_subject(self): def test_delete_study_subject(self):
self.login_as_super() self.login_as_super()
study_subject = create_study_subject() study_subject = create_study_subject()
subject = study_subject.subject subject = study_subject.subject
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment