From 9b78cf4913202995dcf065ecf5077bf16fa01f95 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 24 Apr 2020 21:15:34 -0400 Subject: Added info on semantic versioning and branching strategy to CONTRIBUTING.md Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes --- tests/test_run_pyscript.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_run_pyscript.py') diff --git a/tests/test_run_pyscript.py b/tests/test_run_pyscript.py index 6110e3ac..8cfd8578 100644 --- a/tests/test_run_pyscript.py +++ b/tests/test_run_pyscript.py @@ -9,7 +9,8 @@ import os import pytest from cmd2 import plugin, utils -from .conftest import run_cmd, odd_file_names + +from .conftest import odd_file_names, run_cmd # Python 3.5 had some regressions in the unitest.mock module, so use 3rd party mock if available try: -- cgit v1.2.1