Skip to content

Commit

Permalink
fix(docs): Fix link to simple_TFJob_test
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege committed Jul 1, 2019
1 parent d746bde commit aaaae4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ one or more tests. A test typically runs the following:

## Adding a Test Method

An example can be found [here](https://github.com/kubeflow/tf-operator/tree/master/py/simple_tfjob_tests.py).
An example can be found [here](https://github.com/kubeflow/tf-operator/blob/master/py/kubeflow/tf_operator/simple_tfjob_tests.py).

A test class can have several test methods. Each method executes a series of user actions (e.g.
starting or deleting a TFJob), and performs verifications of expected results (e.g. TFJob exits with
Expand Down

0 comments on commit aaaae4b

Please sign in to comment.