forked from Github/date2name
Merge pull request #19 from nbehrnd/revision
revise indentation rules for tangled Python snippets
This commit is contained in:
commit
30d06bee26
2 changed files with 518 additions and 526 deletions
4
test_date2name.py
Executable file → Normal file
4
test_date2name.py
Executable file → Normal file
|
|
@ -4,7 +4,7 @@
|
|||
# author: nbehrnd@yahoo.com
|
||||
# license: GPL v3, 2021.
|
||||
# date: 2021-08-30 (YYYY-MM-DD)
|
||||
# edit: 2021-11-25 (YYYY-MM-DD)
|
||||
# edit: 2021-12-30 (YYYY-MM-DD)
|
||||
#
|
||||
"""Test pad for functions by date2name with pytest.
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ def test_create_remove_testfile(name=TFILE):
|
|||
assert os.path.isfile(name) is False
|
||||
|
||||
|
||||
@pytest.mark.elementary
|
||||
@pytest.mark.elementary
|
||||
def test_create_remove_testfolder(name=TFOLDER):
|
||||
"""Probe the generation/removal of a test folder."""
|
||||
prepare_testfolder(name=TFOLDER)
|
||||
|
|
|
|||
1040
test_generator.org
1040
test_generator.org
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue