Skip to content

Testing

  1. Get into the api container

    docker exec -it fastapi-fullstack_api_1 /bin/bash
    
  2. Test everything

    pytest
    
Back to top