From 33cfe8d1fb06f965a4d8c280e0905b1458532244 Mon Sep 17 00:00:00 2001 From: lucyhe Date: Mon, 1 Apr 2024 17:50:26 -0700 Subject: [PATCH] Update README.md to include additional ./test flags Added instructions to run specific test or against specific image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 614ba517..387dcf89 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ A suite of tests can be found under the `/tests` folder. You can run the test us Flags: * `--gpu` to test the GPU image. +* `--pattern test_keras.py` or `-p test_keras.py` to run a single test +* `--image gcr.io/kaggle-images/python:ci-pretest` or `-i gcr.io/kaggle-images/python:ci-pretest` to test against a specific image ## Running the image