diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2019-10-24 22:48:56 -0500 |
---|---|---|
committer | Paul McGuire <ptmcg@users.noreply.github.com> | 2019-10-24 22:48:56 -0500 |
commit | 41752aa52cc97c710474bb2972cceab057b52ad4 (patch) | |
tree | 9cd6ad9d819f81b15dece0dfb8e445787226c61d /tests/test_examples.py | |
parent | f73e2571fb643a2afdde365eeee0fe0f3f4f5300 (diff) | |
download | pyparsing-git-41752aa52cc97c710474bb2972cceab057b52ad4.tar.gz |
Some code header cleanup; remove BUFFER_OUTPUT from test_unit.py, and replace most resetting() context managers and try-finallys with ppt.reset_pyparsing_context
Diffstat (limited to 'tests/test_examples.py')
-rw-r--r-- | tests/test_examples.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_examples.py b/tests/test_examples.py index 51b2240..c58640f 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,3 +1,6 @@ +# +# test_examples.py +# from importlib import import_module import unittest |