Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit f68c7f8

Browse files
committed
Better placeholders for servo set
1 parent 19942bc commit f68c7f8

File tree

2 files changed

+61
-7
lines changed

2 files changed

+61
-7
lines changed

.idea/study_project.xml

Lines changed: 60 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lesson4/task1/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def test_answer_placeholders():
55
placeholders = get_answer_placeholders()
6-
if placeholders[0] in [0, "SBABC"]:
6+
if placeholders[0] in ["0", "\"SBABC\"", "'SBABC'"]:
77
passed()
88
else:
99
failed()

0 commit comments

Comments
 (0)