Skip to content

Commit

Permalink
Add print to confirm that the failed_test_stories.yml has been saved (R…
Browse files Browse the repository at this point in the history
…asaHQ#3998)

Co-authored-by: Henrike100 <[email protected]>
  • Loading branch information
mbslet and Henrike100 committed Sep 20, 2020
1 parent 2bba301 commit eb1f65b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rasa/cli/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
)
import rasa.shared.utils.validation as validation_utils
import rasa.cli.utils
from rasa.shared.utils.cli import print_info

logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -101,6 +102,7 @@ def run_core_test(args: argparse.Namespace) -> None:
else:
test_core_models(args.model, stories, output)

print_info("Failed stories written to " + output + "/failed_test_stories.yml")

def run_nlu_test(args: argparse.Namespace) -> None:
"""Run NLU tests."""
Expand Down

0 comments on commit eb1f65b

Please sign in to comment.