chore: install codejail from pypi (#29481)
* chore: install codejail from pypi * chore: Updating Python Requirements * chore: Updating Python Requirements * fix: fixed failing tests * fix: fixed pytest failures * fix: fixed failing test bug * Update mocks.py Co-authored-by: edX requirements bot <testeng+edx-requirements-bot@edx.org>
This commit is contained in:
committed by
GitHub
parent
00b53287d5
commit
21551095ac
@@ -70,8 +70,8 @@ class TestAnalyticsFormatDictlist(TestCase):
|
||||
|
||||
def test_format_dictlist_empty(self):
|
||||
header, datarows = format_dictlist([], [])
|
||||
assert header == []
|
||||
assert datarows == []
|
||||
assert not header
|
||||
assert not datarows
|
||||
|
||||
def test_create_csv_response(self):
|
||||
header = ['Name', 'Email']
|
||||
|
||||
Reference in New Issue
Block a user