Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix training cache bug in rasa init #9990

Merged
merged 14 commits into from
Oct 29, 2021
Prev Previous commit
Next Next commit
Test cache folders are there
  • Loading branch information
Tayfun Sen committed Oct 28, 2021
commit fbc7379b9ec078b934b1a1a0ba78a5e660c13797
1 change: 1 addition & 0 deletions tests/cli/test_rasa_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ def mock_get_config(*args):
mock_stdin([])
scaffold.init_project(args, str(new_project_folder_path))
assert os.getcwd() == str(new_project_folder_path)
assert os.path.exists(".rasa/cache")