Running Tests
Make sure you follow the steps in Development Environment Setup before proceeding.
Python
cdinto theserverdirectory.- Run
pytest. You can runpytest -vvfor more verbose output.
Android
cdinto themobile/android/WirelessDebuggerdirectory.- Run
./gradlew build connectedCheck.
JavaScript
cdto theserverdirectory.- Run
mocha js/test.