File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11include src/domain.hpp
2+ include src/generate.hpp
3+ include src/generate_2d.hpp
24include src/generate_from_inr.hpp
35include src/generate_from_off.hpp
46include src/generate_periodic.hpp
5- include src/generate.hpp
6- include src/generate_2d.hpp
77include src/generate_surface_mesh.hpp
88include src/polygon2d.hpp
99include src/primitives.hpp
1010include src/remesh_surface.hpp
1111include src/sizing_field.hpp
1212
13- include tests/helpers .py
13+ include tests/* .py
1414recursive-include tests/meshes *
Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ upload: clean
1515publish : tag upload
1616
1717clean :
18- @ find . | grep -E " (__pycache__|\. pyc|\. pyo$\) " | xargs rm -rf
19- @ rm -rf build/ *
20- @ rm -rf pygalmesh.egg-info/
21- @ rm -rf dist/
18+ @ find . | grep -E " (__pycache__|\. pyc|\. pyo$)" | xargs rm -rf
19+ @ rm -rf src/ *.egg-info/ build/ dist/ .tox/ pygalmesh.egg-info//
2220
2321format :
2422 isort .
Original file line number Diff line number Diff line change 77 pytest
88 pytest-codeblocks
99 pytest-cov
10+ pytest-randomly
1011commands =
1112 pytest {posargs} --codeblocks
You can’t perform that action at this time.
0 commit comments