numpy-stl icon indicating copy to clipboard operation
numpy-stl copied to clipboard

How to use `test` modules

Open Why-not-now opened this issue 3 years ago • 1 comments

In https://numpy-stl.readthedocs.io/en/latest/tests.html#, I can see that there are modules to validate your stl files, how do I access it?

Why-not-now avatar Aug 21 '22 17:08 Why-not-now

If you clone the Github repository you get all the tests. Specifically, they are over here: https://github.com/WoLpH/numpy-stl/tree/develop/tests

To run the tests you can either use tox or you can call py.test directly after installing the library test requirements:

$ pip install -r tests/requirements.txt

wolph avatar Aug 24 '22 20:08 wolph