use spaces consistently instead of some of them being
This commit is contained in:
parent
dd64f1a4a9
commit
852b96714e
|
@ -603,11 +603,11 @@ class TestInvocationVariants(object):
|
||||||
# The structure of the test directory is now:
|
# The structure of the test directory is now:
|
||||||
# .
|
# .
|
||||||
# ├── hello
|
# ├── hello
|
||||||
# │ └── ns_pkg
|
# │ └── ns_pkg
|
||||||
# │ ├── __init__.py
|
# │ ├── __init__.py
|
||||||
# │ └── hello
|
# │ └── hello
|
||||||
# │ ├── __init__.py
|
# │ ├── __init__.py
|
||||||
# │ └── test_hello.py
|
# │ └── test_hello.py
|
||||||
# └── world
|
# └── world
|
||||||
# └── ns_pkg
|
# └── ns_pkg
|
||||||
# ├── __init__.py
|
# ├── __init__.py
|
||||||
|
|
Loading…
Reference in New Issue