Skip to content
Snippets Groups Projects
Commit 17fbe411 authored by Shachar Ohana's avatar Shachar Ohana
Browse files

#276 - Small improvement to the UT

parent 486d9a10
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -274,6 +274,7 @@ def test_sectionless_config_file(env):
out, err, code = env.invoke()
assert code == 1
assert 'D100' in out
assert 'file does not contain a pydocstyle section' not in err
 
 
def test_config_path(env):
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment