summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests_python34.py: bump to 3.4.5HEADmasterTim Orling2016-11-031-1/+1
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* test_python34.py: cleanup and better python3 testTim Orling2016-10-061-24/+6
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* test_python34: fail and skip remaining tests if python3 is not installedTim Orling2016-10-061-11/+26
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* improve "documentation"Tim Orling2016-10-052-3/+5
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* Update README.md now that sh script helps the workflowTim Orling2016-10-051-1/+13
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* add python3 and python34 tests; add build_and_run.shTim Orling2016-10-053-12/+49
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* add python34 test: modules new to python34Tim Orling2016-10-052-1/+49
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* test_epel-rpm-macros-6-14.py: compare to nil macroTim Orling2016-10-051-4/+10
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* Add README.mdTim Orling2016-10-051-0/+10
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* add tests for epel-rpm-macros-6-14 (%py3_ stubs)Tim Orling2016-10-053-1/+40
| | | | Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
* Initial container to test BZ#1369486 fixTim Orling2016-10-013-0/+66
docker build -t epel6-testing . docker run --rm -t epel6-testing Signed-off-by: Tim Orling <TicoTimo@gmail.com>