Skip to content
Snippets Groups Projects
Select Git revision
  • 694f981cde86e71f4fb6c478615642f4d16bab0e
  • main default protected
  • f-test-pipeline
  • dev
  • f-docs-pylib
  • f-parse-value
  • f-compare
  • f-string-ids
  • f-217-set-special-property
  • f-filesystem-import
  • f-filesystem-link
  • f-filesystem-directory
  • f-filesystem-core
  • f-filesystem-cleanup
  • f-check-merge-entities
  • f-compare-enid
  • f-select-subproperties
  • v0.18.0
  • v0.17.0
  • v0.16.0
  • v0.15.1
  • v0.15.0
  • v0.14.0
  • v0.13.2
  • v0.13.1
  • v0.13.0
  • linkahead-rename-step-2
  • linkahead-rename-step-1
  • v0.12.0
  • v0.11.2
  • v0.11.1
  • v0.11.0
  • v0.10.0
  • v0.9.0
  • v0.8.0
  • v0.7.4
  • v0.7.3
37 results

pycaosdb-IntegrationTests.ini

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    tox.ini 228 B
    [tox]
    envlist=py36, py37, py38, py39, py310
    skip_missing_interpreters = true
    
    [testenv]
    deps = .
        nose
        pytest
        pytest-cov
        jsonschema==4.0.1
    commands=py.test --cov=caosdb -vv {posargs}
    
    [flake8]
    max-line-length=100