remove more useless docstrings from tests

This commit is contained in:
Janne Sinivirta
2018-07-30 11:37:29 +03:00
parent 336cd524a3
commit e242842805
8 changed files with 1 additions and 270 deletions

View File

@@ -1,9 +1,5 @@
# pragma pylint: disable=missing-docstring, C0103
"""
Unit test file for arguments.py
"""
import argparse
import pytest