Skip to content

Commit

Permalink
tests: fixed wrong test case
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hartmann committed Oct 18, 2022
1 parent 777068a commit 2b024e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/argparse/nested_arguments/test_nested_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_nested_arguments_init(capsys):
├── modules.parentdir.module1
├── modules.parentdir.module2
╰── modules.parentdir.module3.submodule.subsubmodule
number 0
number 9
modules.otherdir.otherdir_var 0
modules.otherdir.module2.module2_var 1
modules.otherdir.module2.submodule.submodule_var 2
Expand Down Expand Up @@ -66,7 +66,7 @@ def test_nested_arguments_level1_nesting(capsys):
├── modules.parentdir.module1
├── modules.parentdir.module2
╰── modules.parentdir.module3.submodule.subsubmodule
number 0
number 9
modules.otherdir.otherdir_var 42
modules.otherdir.module2.module2_var 43
modules.otherdir.module2.submodule.submodule_var 44
Expand Down Expand Up @@ -100,7 +100,7 @@ def test_nested_arguments_level2_nesting(capsys):
├── modules.parentdir.module1
├── modules.parentdir.module2
╰── modules.parentdir.module3.submodule.subsubmodule
number 0
number 9
modules.otherdir.otherdir_var 42
modules.otherdir.module2.module2_var 43
modules.otherdir.module2.submodule.submodule_var 2
Expand Down Expand Up @@ -145,7 +145,7 @@ def test_nested_arguments_level3_nesting(capsys):
├── modules.parentdir.module1
├── modules.parentdir.module2
╰── modules.parentdir.module3.submodule.subsubmodule
number 0
number 9
modules.otherdir.otherdir_var 42
modules.otherdir.module2.module2_var 43
modules.otherdir.module2.submodule.submodule_var 2
Expand Down Expand Up @@ -194,7 +194,7 @@ def test_nested_arguments_level5_nesting(capsys):
├── modules.parentdir.module1
├── modules.parentdir.module2
╰── modules.parentdir.module3.submodule.subsubmodule
number 0
number 9
modules.otherdir.otherdir_var 42
modules.otherdir.module2.module2_var 43
modules.otherdir.module2.submodule.submodule_var 2
Expand Down

0 comments on commit 2b024e5

Please sign in to comment.