How to run files in test folder of https://github.com/RasaHQ/starter-pack-rasa-stack/tree/master/tests

Hi everyone! I’m new to python and rasa. I set up rasa stack on my server. I wrote some custom actions. Now, i want to test them. Could you show me how to run the files in starter-pack-rasa-stack/tests at master · RasaHQ/starter-pack-rasa-stack · GitHub? Thanks.

Hi @sonlv, welcome to our forum!

If in doubt about our test setup, just look at the script in travis.yml - we run the tests with python -m pytest tests from the /starter-pack-rasa-stack/ directory

Thanks @MetcalfeTom a lot.