Better name

This commit is contained in:
Trenton H 2024-04-10 07:32:23 -07:00
parent 570646f805
commit e17c78add6

View File

@ -6,7 +6,7 @@ import stat
import tempfile import tempfile
import zoneinfo import zoneinfo
from pathlib import Path from pathlib import Path
from unittest import TestCase as StdLibTestCase from unittest import TestCase as UnittestTestCase
from unittest import mock from unittest import mock
from unittest.mock import MagicMock from unittest.mock import MagicMock
@ -37,7 +37,7 @@ from documents.tests.utils import FileSystemAssertsMixin
from documents.tests.utils import GetConsumerMixin from documents.tests.utils import GetConsumerMixin
class TestAttributes(StdLibTestCase): class TestAttributes(UnittestTestCase):
TAGS = ("tag1", "tag2", "tag3") TAGS = ("tag1", "tag2", "tag3")
def _test_guess_attributes_from_name(self, filename, sender, title, tags): def _test_guess_attributes_from_name(self, filename, sender, title, tags):