Skip to content

Commit

Permalink
Add pytest to the test image. (kubeflow#278)
Browse files Browse the repository at this point in the history
* pytest can run unittests and emit a junit xml file.
* It also has good support for E2E tests that need to take command
  line arguments

Related to kubeflow#270
  • Loading branch information
jlewi authored and k8s-ci-robot committed Jan 15, 2019
1 parent d89e687 commit ea5294f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ protobuf = "==3.5.1"
pylint = "==1.8.2"
python-dateutil = "==2.6.1"
pytz = "==2017.3"
pytest = "==4.1.1"
pyyaml = "*"
requests = "==2.18.4"
requests-oauthlib = "==0.8.0"
Expand Down

0 comments on commit ea5294f

Please sign in to comment.