Wykres commitów

1 Commity (dedf641ef3f790330ac2ea81dd66572ebb817ca4)

Autor SHA1 Wiadomość Data
Daniele Forsi IU5HKX dedf641ef3 Add a pytest test copying all the contents of the old py3test.py
Python tests are enabled by default when building the Python bindings
if pytest is available at configuration time:
 ./configure --with-python-binding
or
 ./configure --with-python-binding --enable-pytest=check
To fail the configure step if the tests can't be enabled:
 ./configure --with-python-binding --enable-pytest
or
 ./configure --with-python-binding --enable-pytest=yes
To disable the tests:
 ./configure --with-python-binding --enable-pytest=no
To run the tests:
 make -C bindings/ check
2025-05-24 15:06:58 +02:00