summaryrefslogtreecommitdiff
path: root/_test/test_program.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-18 09:57:03 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-18 09:57:03 +0200
commit61acf236b69110f1e40800cd7d229706335a8ecb (patch)
treeaa7b11d87544a67960b6e76ad50d862feca9732b /_test/test_program.py
parent5d14025ccf69c3002e0aa1ab4954481584c1db6f (diff)
downloadruamel.std.argparse-61acf236b69110f1e40800cd7d229706335a8ecb.tar.gz
glob matchin on plugin relative to module0.8.1
Diffstat (limited to '_test/test_program.py')
-rw-r--r--_test/test_program.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/test_program.py b/_test/test_program.py
index d67b7e0..608ee35 100644
--- a/_test/test_program.py
+++ b/_test/test_program.py
@@ -226,6 +226,7 @@ class TestProgram:
pho = ParseHelpOutput(capsys, error=sys.version_info < (3, 4))
assert pho.start('version', '42')
+
if __name__ == '__main__':
p = Program()
p._parse_args()