julianghionoiu / dpnt-coverage

Collect coverage from SRCS files
0 stars 0 forks source link

Upgrade to python3.7 #37

Closed neomatrix369 closed 5 years ago

neomatrix369 commented 5 years ago

Update docker script for python to upgrade from Python 2.x to Python 3.7

Fixes #36

Merging of this PR is dependent on merging of https://github.com/julianghionoiu/tdl-runner-python/pull/8

neomatrix369 commented 5 years ago

Ran the tests for the python repo:

~~~ Summary of test executions ~~~
  ~~~ Passed Tests ~~~
  language=python|challenge=SUM|exitCode=0|expected=100|actual=100
  language=python|challenge=TST|exitCode=0|expected=50|actual=50
  language=python|challenge=CHK|exitCode=0|expected=0|actual=0
  language=python|challenge=xyz|exitCode=10|expected=|actual=
  4 test(s) passed

The test used the changes made in https://github.com/julianghionoiu/tdl-runner-python/pull/8 inside a docker container.

neomatrix369 commented 5 years ago

@julianghionoiu This PR is ready to be reviewed