Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 279 Bytes

running-the-tests.md

File metadata and controls

12 lines (9 loc) · 279 Bytes

OPI test frmework

will be using pytest

to run the test cases

docker run --rm --network host \
    --mount src=./,target=/opi/test-cases,type=bind \
    --it opi/test-framework bash
pytest /opi/test-cases/test_sample.py