Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
dsc-courses
GitHub Repository: dsc-courses/dsc10-2022-fa
Path: blob/main/homeworks/hw03/tests/q3_2.py
3058 views
1
test = { 'name': 'q3_2',
2
'points': None,
3
'suites': [ { 'cases': [ { 'code': ">>> list(ramen.columns) == ['Brand', 'Variety', 'Style', 'Country', 'Stars'] # Check the column names and their order!\nTrue",
4
'hidden': False,
5
'locked': False},
6
{'code': ">>> 'USA' not in ramen.get('Country')\nTrue", 'hidden': False, 'locked': False}],
7
'scored': True,
8
'setup': '',
9
'teardown': '',
10
'type': 'doctest'}]}
11
12