Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
dsc-courses
GitHub Repository: dsc-courses/dsc10-2022-fa
Path: blob/main/labs/lab02/tests/q2_2_2.py
3058 views
1
test = { 'name': 'q2_2_2',
2
'points': None,
3
'suites': [ { 'cases': [{'code': ">>> tenth_movie == 'The Lord of the Rings: The Fellowship of the Ring (2001)'\nTrue", 'hidden': False, 'locked': False}],
4
'scored': True,
5
'setup': '',
6
'teardown': '',
7
'type': 'doctest'}]}
8
9