Testing
Rasa NLU Testing Guide: pytest-rasa, Stories, and Custom Actions
Rasa testing has three distinct layers: NLU model accuracy tests using rasa test nlu, conversation flow tests using rasa test core with story files, and unit tests for custom actions using pytest with mocked trackers. Each layer catches different categories of bugs. Rasa Open Source gives you full control over