update tests
This commit is contained in:
@@ -283,12 +283,11 @@ class ExamTester:
|
|||||||
cid_take_overview_soup = BeautifulSoup(
|
cid_take_overview_soup = BeautifulSoup(
|
||||||
cid_take_overview_res.content, "html.parser"
|
cid_take_overview_res.content, "html.parser"
|
||||||
)
|
)
|
||||||
print(self.generated_questions)
|
|
||||||
assert (
|
assert (
|
||||||
f"{answered} out of 3 questions answered"
|
f"{answered} out of 3 questions answered"
|
||||||
in cid_take_overview_soup.find(
|
in cid_take_overview_soup.find(
|
||||||
"div", attrs={"class": "overview-text"}
|
"div", attrs={"class": "overview-text"}
|
||||||
).string
|
).text
|
||||||
)
|
)
|
||||||
|
|
||||||
assert (
|
assert (
|
||||||
|
|||||||
Reference in New Issue
Block a user