docker-compose build --no-cache
docker-compose up
docker-compose down && docker-compose build --no-cache && docker-compose up -d
docker-compose down && docker-compose up -d
docker-compose rm -fsv react_front
pytest tests/test_main.py::test_start_data
pytest tests/test_main.py::TestAdmin::test_add_scenes
pytest tests/test_main.py::TestAdmin::test_add_programs
pytest tests/test_main.py::TestAdmin::test_read_stories
pytest tests/test_play2_bulk_access.py::test_create_test_accounts
pytest tests/test_play2_bulk_access.py::test_users_with_login
pytest tests/test_play2_bulk_access.py::Test_TestAC::test_activate_test_accounts
pytest tests/test_play2_bulk_access.py::Test_TestAC::test_deactivate_test_accounts