diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/run_unittests.py b/run_unittests.py index 9167d14..cb5086c 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -4122,16 +4122,12 @@ recommended as it is not supported on some platforms''') expected = textwrap.dedent(r''' Some Subproject 2.0 - Features - foo: bar + string: bar + integer: 1 + boolean: True My Project 1.0 - Directories - bindir: bin - libdir: lib - datadir: share - Configuration Some boolean: False Another boolean: True @@ -4139,6 +4135,7 @@ recommended as it is not supported on some platforms''') A list: string 1 True + A number: 1 ''') # Dict ordering is not guaranteed and an exact string comparison randomly # fails on the CI because lines are reordered. |