Skip to content

Commit

Permalink
chore: quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Feb 20, 2024
1 parent 9dd263a commit 87e1f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Empty file removed tests/__init__.py
Empty file.
6 changes: 4 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
from unittest.mock import Mock, patch

from django.conf import settings
from django.test.utils import override_settings

from aspects.utils import generate_superset_context

User = namedtuple("User", ["username"])


class TestContext(TestCase):
class TestUtils(TestCase):
"""
Test utils module
"""

@patch("aspects.utils.generate_guest_token")
def test_generate_superset_context(self, mock_generate_guest_token):
Expand Down

0 comments on commit 87e1f05

Please sign in to comment.