An overview of the test frameworks used by mycroft-core.
Unit Tests
Mycroft-core unit tests are located in mycroft-core/test/unittests
These are created using the unittest package from the Python standard library.
Test runner
A helper command is provided in mycroft-core/bin to enable quick and simple access to the test runner. It is assumed that this directory is on your $PATH .
If that is not the case, prepend all mycroft-* commands with the path to your mycroft-core/bin directory or run the tests manually.
The mycroft-start helper commands are a convenience wrapper. They activate the Python virtual environment and run pytest.
The equivalent commands to run all tests would be:
Integration Tests
The Mycroft integration test suite is called Voight Kampff. Currently this does explicitly cover mycroft-core, however Skills are tested, which indirectly tests a range of Mycroft's technologies.