Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 480 Bytes

File metadata and controls

29 lines (17 loc) · 480 Bytes

OpenValidation HUMLFramework Python Test Project

Replace HUMLFramework Code File

Replace HUMLFramework.py.

Required Environment

A Python 2.7 or Python 3+ environment (for example the Python:3 docker base image) with pytest installed.

Build and Test

run

python -m pytest test

Build with

install dev dependencies

pip install pytest

Additional Reference material