Skip to content

Files

Latest commit

532a124 · Nov 14, 2023

History

History

test_inferiors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 15, 2022
Dec 4, 2022
Dec 4, 2022
Dec 4, 2022
Dec 4, 2022
Sep 15, 2022
Sep 15, 2022
Nov 6, 2022
Sep 15, 2022
Sep 15, 2022
Nov 14, 2023

Running

poetry run python inferior-simple.py

poetry run flask --app inferior-flask run

poetry run python inferior_django/manage.py runserver

poetry run uvicorn inferior-fastapi:app --reload

poetry run python inferior-sqlalchemy.py

poetry run jupyter-lab

These can be run in Docker. Build the images:

make docker-images

and run with one of the above commands:

docker run --rm -ti ivanyu/pyheap-test-inferiors:alpine \
  poetry run python inferior-simple.py

Use the alpine or debian tag.