issues
search
libsemigroups
/
libsemigroups_pybind11
Python bindings for the libsemigroups C++ library for semigroups and monoids
https://libsemigroups.github.io/libsemigroups_pybind11
GNU General Public License v3.0
6
stars
7
forks
source link
Update type replacement and doctest
#153
Closed
Joseph-Edwards
closed
7 months ago
Joseph-Edwards
commented
7 months ago
This PR:
adds
make doctest
functionality, that was previously only available inside the
docs/
folder.;
adds
doctest
to the
make check
recipe; and
changes how type replacement is done.
This PR:
make doctest
functionality, that was previously only available inside thedocs/
folder.;doctest
to themake check
recipe; and