aboutsummaryrefslogtreecommitdiff
path: root/source/util.d
Commit message (Collapse)AuthorAgeFilesLines
* Add commentsJoseph Hunkeler2019-06-071-3/+194
|
* Minor improvements:Joseph Hunkeler2019-06-031-3/+1
| | | | | | | | * testdir can be changed * testdir is no longer incorporated into the delivery * pip calls will use an index if defined * multiarg now returns empty string if input is empty * remove clone repos if they already exist. guarantees pristine code/tests
* Interpolation of environment variablesJoseph Hunkeler2019-06-011-0/+32
|
* Bugfix: create setup.cfg|pytest.ini if missingJoseph Hunkeler2019-06-011-6/+9
|
* Bugfix: Create setup.cfg|pytest.ini if does not existJoseph Hunkeler2019-05-311-2/+6
|
* Add utility functions:Joseph Hunkeler2019-05-311-0/+49
| | | | | | * indexOfAll * expander * short_version
* handle xunit2Joseph Hunkeler2019-05-271-0/+61
|
* Better testingJoseph Hunkeler2019-05-271-1/+0
|
* Basic integration testing; uses struct instead of asssociativeArray; ensure ↵Joseph Hunkeler2019-05-251-0/+96
easyinstall is usable by pip/setup.py