summaryrefslogtreecommitdiff
path: root/_test/test_program_config.py
Commit message (Collapse)AuthorAgeFilesLines
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-1/+1
|
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-4/+4
|
* remove python 2 specific codeAnthon van der Neut2021-03-091-0/+1
| | | | add future deprecation warning to old style functions
* undid miswrapping of testsAnthon van der Neut2018-08-051-12/+6
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-6/+12
|
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-3/+3
| | | | | a comment from its original column - flake 8
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-221-0/+58
although the package dirs were explicitly specified. This used to lead to half included, non-working test directory contents that have no place in a distribution. This fixes issue #17