mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
Differentiate test docstrings.
This commit is contained in:
parent
12e5d26276
commit
80b99195eb
@ -75,7 +75,7 @@ class TestJournalLock:
|
|||||||
assert jlock.journal_dir_lockfile_name is None
|
assert jlock.journal_dir_lockfile_name is None
|
||||||
|
|
||||||
def test_path_from_journaldir_with_none(self):
|
def test_path_from_journaldir_with_none(self):
|
||||||
"""Test JournalLock.set_path_from_journaldir()."""
|
"""Test JournalLock.set_path_from_journaldir() with None."""
|
||||||
jlock = JournalLock()
|
jlock = JournalLock()
|
||||||
|
|
||||||
# Check that 'None' is handled correctly.
|
# Check that 'None' is handled correctly.
|
||||||
@ -84,7 +84,7 @@ class TestJournalLock:
|
|||||||
assert jlock.journal_dir_path is None
|
assert jlock.journal_dir_path is None
|
||||||
|
|
||||||
def test_path_from_journaldir_with_tmpdir(self, mock_journaldir: py_path_local_LocalPath):
|
def test_path_from_journaldir_with_tmpdir(self, mock_journaldir: py_path_local_LocalPath):
|
||||||
"""Test JournalLock.set_path_from_journaldir()."""
|
"""Test JournalLock.set_path_from_journaldir() with tmpdir."""
|
||||||
tmpdir = mock_journaldir
|
tmpdir = mock_journaldir
|
||||||
|
|
||||||
jlock = JournalLock()
|
jlock = JournalLock()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user