Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.buildout
Commits
be79168d
Commit
be79168d
authored
Oct 15, 2022
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minimal howto run tests locally
parent
fd7d404f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
doc/running-tests.rst
doc/running-tests.rst
+37
-0
No files found.
doc/running-tests.rst
0 → 100644
View file @
be79168d
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)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment