We purposefully ignore a trailing comma after *args/**kwargs, as it
causes a syntax error in Python versions below 3.6. This now enforces
the trailing comma provided we meet the necessary Python version.
Some minor test refactoring was necessary to support versioned test
cases.
We purposefully ignore a trailing comma after *args/**kwargs, as it causes a syntax error in Python versions below 3.6. This now enforces the trailing comma provided we meet the necessary Python version.
Some minor test refactoring was necessary to support versioned test cases.
Fixes: #25