Thanks to visit codestin.com
Credit goes to github.com

Skip to content

koukarei/Avery

Repository files navigation

Docker

Create docker

docker-compose build --no-cache

Run docker

docker-compose up

Rebuild and run docker

docker-compose down && docker-compose build --no-cache && docker-compose up -d

Rerun docker

docker-compose down && docker-compose up -d

Stop specific container

docker-compose rm -fsv react_front

Start Data

Create User Account at start

pytest tests/test_main.py::test_start_data

Add Scenes

pytest tests/test_main.py::TestAdmin::test_add_scenes

Add Programs

pytest tests/test_main.py::TestAdmin::test_add_programs

Add Story

pytest tests/test_main.py::TestAdmin::test_read_stories

Test Sync

Create test acc

pytest tests/test_play2_bulk_access.py::test_create_test_accounts

test sync writing

pytest tests/test_play2_bulk_access.py::test_users_with_login

Activate test acc

pytest tests/test_play2_bulk_access.py::Test_TestAC::test_activate_test_accounts

Deactivate test acc

pytest tests/test_play2_bulk_access.py::Test_TestAC::test_deactivate_test_accounts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages