Skip to content

simvue-io/pytest-simvue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytest Simvue

Send pytest test results to a Simvue server.

Installation

pip install git+https://github.com/simvue-io/pytest-simvue.git

Usage

Simply include the simvue fixture when creating tests:

def test_this_works(simvue):
    assert 2 == 3

Configuration

Configure Simvue run options via the pytest.ini configuration file:

[pytest]
simvue_folder = /other_folder
simvue_tags =
    special
    test
    tags
simvue_prefix = my_tests

Command Line Flags

You can configure options also via the command line:

pytest --simvue-folder "/other-folder" --simvue-tags "special,test,tags" --simvue-prefix "my_tests"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages