From 035d49f1e9373b648fef61f5349bc88d2375beed Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 25 Jul 2023 15:28:08 +0500 Subject: [PATCH] chore: fixing tests. --- done/tests/test_basic.py | 3 --- done/tests/utils.py | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/done/tests/test_basic.py b/done/tests/test_basic.py index e5cd408..6c834ce 100644 --- a/done/tests/test_basic.py +++ b/done/tests/test_basic.py @@ -1,7 +1,6 @@ """ Tests for the DoneXBlock """ - import json from unittest.mock import patch import requests @@ -10,11 +9,9 @@ class TestForDoneValueInDoneXblock(TestCase): - """ Tests for the different states of DoneXblock """ - def setUp(self): """ Setting up values """ super().setUp() diff --git a/done/tests/utils.py b/done/tests/utils.py index b9d2057..2205063 100644 --- a/done/tests/utils.py +++ b/done/tests/utils.py @@ -1,3 +1,6 @@ +""" +tests utils. +""" from workbench.runtime import WorkbenchRuntime from xblock.fields import ScopeIds from xblock.runtime import DictKeyValueStore, KvsFieldData