Commit be79168d authored by Godefroid Chapelle's avatar Godefroid Chapelle

Minimal howto run tests locally

parent fd7d404f
Running the test suite
----------------------
Use the ``Makefile`` at the root of the repository.
Prerequisite
============
On Linux, you should have ``libffi`` installed.
For ubuntu, use::
sudo apt-get install -y libffi-dev
Running tests
=============
By default, tests are run with Python 3.8::
make test
To run tests with another version, use the ``PYTHON_VER`` environment
variable::
PYTHON_VER=3.9 make test
We still support the following versions.
- 3.10
- 3.9
- 3.8
- 3.7
- 3.6
- 3.5
- 2.7
- (3.11)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment