Skip to content

Commit

Permalink
chore: fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Jul 25, 2023
1 parent 4f76fcc commit 035d49f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions done/tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Tests for the DoneXBlock
"""

import json
from unittest.mock import patch
import requests
Expand All @@ -10,11 +9,9 @@


class TestForDoneValueInDoneXblock(TestCase):

"""
Tests for the different states of DoneXblock
"""

def setUp(self):
""" Setting up values """
super().setUp()
Expand Down
3 changes: 3 additions & 0 deletions done/tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
tests utils.
"""
from workbench.runtime import WorkbenchRuntime
from xblock.fields import ScopeIds
from xblock.runtime import DictKeyValueStore, KvsFieldData
Expand Down

0 comments on commit 035d49f

Please sign in to comment.