Skip to content

Commit d629689

Browse files
committed
updating tutorial with new step 7
1 parent 5cf3358 commit d629689

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/user-guide/rasa-tutorial.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,18 @@ The ``rasa train`` command will look for both NLU and Core data and will train a
226226
7. Test the model
227227
^^^^^^^^^^^^^^^^^
228228

229-
<Add explaination, runnable, and command here>
229+
After you train a model, you always want to check that your assistant still behaves as you expect.
230+
In Rasa, you use end-to-end tests defined in your ``tests/`` directory to run through
231+
test conversations that ensure both NLU and Core make correct predictions.
230232

233+
.. runnable::
234+
235+
rasa test
236+
237+
echo "Finished running tests."
238+
239+
See :ref:`evaluating-models` to find out how you can define more tests and learn about more
240+
ways you can evaluate your model as you improve it.
231241

232242
8. Talk to Your Assistant
233243
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)