Incorporate pull request feedback
This commit is contained in:
parent
7c561e2e11
commit
3903c0b861
2 changed files with 9 additions and 7 deletions
4
main.fmf
4
main.fmf
|
|
@ -1,2 +1,4 @@
|
|||
contact: Petr Šplíchal <psplicha@redhat.com>
|
||||
contact:
|
||||
- Petr Šplíchal <psplicha@redhat.com>
|
||||
- Miro Hrončok <miro@hroncok.cz>
|
||||
component: [python]
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
summary: Basic smoke test for virtualenv
|
||||
description: |
|
||||
Check basic functionality of the virtualenv module. The
|
||||
test supports different python versions & implementations
|
||||
including pypy and jython.
|
||||
Check basic functionality of Python virtual environments (venv
|
||||
or virtualenv based). The test supports different python
|
||||
versions & implementations including pypy and jython.
|
||||
|
||||
The following steps are performed:
|
||||
|
||||
* Create virtual environment
|
||||
* Activate virtual environment
|
||||
* Install pip and Cython in it
|
||||
* Install pip, pytest and Cython
|
||||
* Create and test a simple module
|
||||
* Check we can do extension modules
|
||||
* Ensure we can test with the tox tool
|
||||
|
|
@ -17,8 +17,8 @@ description: |
|
|||
should be tested (default values listed first):
|
||||
|
||||
* VERSION ... python version (3.7, 3.6, 2.7, 2.6)
|
||||
* PYTHON ... implementation (python3.7, pypy, jython)
|
||||
* METHOD ... virtualenv implementation (venv, virtualenv)
|
||||
* PYTHON ... implementation (python${VERSION}, pypy, pypy3, jython)
|
||||
* METHOD ... virtual environment creation method (venv, virtualenv)
|
||||
* TOX ... enable or disable the tox test (true, false)
|
||||
|
||||
path: smoke
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue