Run your test by running the command returned when setting the environment.
$ SLAPOS_TEST_DEBUG=1 python_for_test -m unittest discover -v
The end of the output should be like:
test_deploy_with_no_paramater (test.TestEmptyDeploy) ... ok
----------------------------------------------------------------------
Ran 1 test in 24.747s
OK
If you have modified html5as-base the test will fail. You can try to fix it in slapos/software/html5as-base/test/test.py
or check the tutorial on how to edit tests.
Attention: once the test is launched, DO NOT attempt to stop it by pressing ctrl + c. The test will never stop and you will not be able to launch the test again due to the conflicts.
However, If you unfornately hit the runtime error ("SlapOS not started"), you can use the command line to kill the process:
ps -u $(whoami) | grep python_for_test