use spaces consistently instead of some of them being  

This commit is contained in:
Jurko Gospodnetić 2017-12-08 23:48:58 +01:00
parent dd64f1a4a9
commit 852b96714e
1 changed files with 5 additions and 5 deletions

View File

@ -603,11 +603,11 @@ class TestInvocationVariants(object):
# The structure of the test directory is now:
# .
# ├── hello
# │   └── ns_pkg
# │   ├── __init__.py
# │   └── hello
# │   ├── __init__.py
# │   └── test_hello.py
# │ └── ns_pkg
# │ ├── __init__.py
# │ └── hello
# │ ├── __init__.py
# │ └── test_hello.py
# └── world
# └── ns_pkg
# ├── __init__.py