damogranlabs / classy_blocks

Python classes for easier creation of OpenFOAM's blockMesh dictionaries.
MIT License
124 stars 37 forks source link

Feature/pytest #35

Closed schperplata closed 1 year ago

schperplata commented 1 year ago

For #31 You gain better test selection from IDE and other neat features like parametrization (we could eventually get rid of another dependency (parametrized), as it is built-in in pytest).

image