Download the docker image that has all requirements installed. In this example we use a public MinIO server, but you can replace it with any other MinIO server.
sudo docker run -it --rm \
-e "MINIO_ENDPOINT=play.min.io" \
-e "MINIO_ACCESS_KEY=Q3AM3UQ867SPQQA43P2F" \
-e "MINIO_SECRET_KEY=zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" \
-v $(pwd):/home/jovyan \
platiagro/platiagro-notebook-image:0.3.0 bash
Install the testing requirements:
pip3 install pytest
Use the following command to run all tests:
pytest