From 41752aa52cc97c710474bb2972cceab057b52ad4 Mon Sep 17 00:00:00 2001 From: Paul McGuire Date: Thu, 24 Oct 2019 22:48:56 -0500 Subject: 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 --- tests/test_examples.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test_examples.py') 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 -- cgit v1.2.1