Skip to content

Commit

Permalink
SDK - Moved the tests closer to the code (kubeflow#3774)
Browse files Browse the repository at this point in the history
This makes switching from code to tests easier
  • Loading branch information
Ark-kun authored and Jeffwan committed Dec 9, 2020
1 parent 9f6fd01 commit a1084ee
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sdk/python/tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.

cd "$(dirname "$0")/.."
python3 -m unittest discover --verbose --start-dir tests --top-level-directory=.
python3 -m unittest discover --verbose --start-dir . --top-level-directory=.

0 comments on commit a1084ee

Please sign in to comment.