Unittest Results

Start Time: 2021-06-23 13:51:43

Duration: 137.89 s

Summary: Total: 8, Pass: 6, Fail: 2

__main__.PythonOrgSearch Status
test_011_create_formation Pass
test_012_change_name_formation Pass
test_013_same_name_formation Pass
test_014_ajout_UE Fail

AssertionError: False is not true

Traceback (most recent call last): File "/home/aurelien/Bureau/pythonSelenium/02_creation_formation_test.py", line 132, in test_014_ajout_UE self.assertTrue((NOM_DPT.upper() + "-" + "DUT" + "--") in driver.page_source) AssertionError: False is not true

test_015_ajout_matiere Pass
test_016_ajout_Semestre Pass
test_017_creer_nouvelle_version_formation Pass
test_020_delete_formation Fail

AssertionError: False is not true

Traceback (most recent call last): File "/home/aurelien/Bureau/pythonSelenium/02_creation_formation_test.py", line 241, in test_020_delete_formation self.assertTrue(False) AssertionError: False is not true

Total: 8, Pass: 6, Fail: 2 -- Duration: 137.89 s