1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 08:40:34 +03:00

Differentiate test docstrings.

This commit is contained in:
Athanasius 2021-03-19 14:54:40 +00:00
parent 12e5d26276
commit 80b99195eb

View File

@ -75,7 +75,7 @@ class TestJournalLock:
assert jlock.journal_dir_lockfile_name is None
def test_path_from_journaldir_with_none(self):
"""Test JournalLock.set_path_from_journaldir()."""
"""Test JournalLock.set_path_from_journaldir() with None."""
jlock = JournalLock()
# Check that 'None' is handled correctly.
@ -84,7 +84,7 @@ class TestJournalLock:
assert jlock.journal_dir_path is None
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
jlock = JournalLock()