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:
Mohammad Ahtasham ul Hassan
2021-12-02 17:07:29 +05:00
committed by GitHub
parent 00b53287d5
commit 21551095ac
34 changed files with 89 additions and 89 deletions

View File

@@ -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']