[Python-Dev] Re: Question about code in test_email/test_message.py

2022-07-06 Thread Stefan Ring
> In that file there is a variable named message_params that is initialized > with about 15 different sets of test data, in class TestEmailMessageBase, but > is never referenced again. I even grepped for the variable name in all test > py files to confirm that it isn't somehow imported somewhere

[Python-Dev] Question about code in test_email/test_message.py

2022-07-06 Thread Sidney Markowitz
I'm writing up a PR for an issue I created and adding a test to test/test_email/test_message.py In that file there is a variable named message_params that is initialized with about 15 different sets of test data, in class TestEmailMessageBase, but is never referenced again. I even grepped for t