mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	inclusif, avoids python3.10 syntax
This commit is contained in:
		@@ -155,7 +155,7 @@ class TestWEIAlgorithm(TestCase):
 | 
			
		||||
        registration = qs.get()
 | 
			
		||||
        self.assertRedirects(response, reverse("wei:wei_survey", kwargs=dict(pk=registration.pk)), 302, 200)
 | 
			
		||||
        for question in WORDS:
 | 
			
		||||
            # Fill 1A Survey, 20 pages
 | 
			
		||||
            # Fill 1A Survey, 10 pages
 | 
			
		||||
            # be careful if questionnary form change (number of page, type of answer...)
 | 
			
		||||
            response = self.client.post(reverse("wei:wei_survey", kwargs=dict(pk=registration.pk)), {
 | 
			
		||||
                question: "1"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user