Skip to content
Snippets Groups Projects
Select Git revision
  • a9b1ef045a72503185a8475237a5dab97e0f4aae
  • main default protected
  • Kelvinrr-patch-3
  • radius_update
  • revert-616-apollo_pan
  • vims
  • 0.10
  • Kelvinrr-patch-2
  • revert-563-minirf_fix
  • Kelvinrr-patch-1
  • 0.9
  • acpaquette-patch-3
  • acpaquette-patch-2
  • acpaquette-patch-1
  • spiceql
  • ci-coverage
  • 0.10.0
  • 0.9.1
  • 0.9.0
  • 0.8.7
  • 0.8.8
  • 0.8.6
  • 0.8.3
  • 0.8.4
  • 0.8.5
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.7.3
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.5
  • 0.6.4
  • 0.6.3
  • 0.6.2
36 results

CMakeLists.txt

Blame
  • setup.cfg 664 B
    [metadata]
    description-file = README.md
    
    [aliases]
    # Define `python setup.py test`
    test=pytest
    
    [coverage:run]
    branch = True
    source = cspse
    
    [tool:pytest]
    testpaths = tests
    addopts = --verbose
              --cov=cspse 
              --json-report 
              --json-report-file=htmlcov/report.json 
              --cov-report=term 
              --cov-report=html 
              --cov-report=xml 
              --junitxml=build/reports/csp-lmc-subelement-unit-tests.xml
    
    junit_family=legacy
    console_output_style = progress
    
    [coverage:report]
    show_missing = True
    # Define `python setup.py build_sphinx`
    [build_sphinx]
    source-dir = docs
    build-dir = docs/_build
    all_files = 1
    builder = html