Skip to content
Snippets Groups Projects
Commit 9bbbff6b authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAINT: adapted organization of unit tests to caosdb pylib structure

parent 6b062ea0
No related branches found
No related tags found
1 merge request!53Release 0.1
Showing
with 550 additions and 0 deletions
!!python/object/apply:collections.defaultdict
args:
- !!python/name:newcrawler.crawl.%3Clambda%3E ''
dictitems:
Measurement:
date: !!python/tuple
- - SimulationData
- 2020_climate-model-predict
- '2020-02-01'
- - SimulationData
- project_dir
- measurement
description: !!python/tuple
- - SimulationData
- 2020_climate-model-predict
- '2020-02-01'
- README.md
- description
- - SimulationData
- project_dir
- measurement
- README
- description
identifier: !!python/tuple
- - SimulationData
- 2020_climate-model-predict
- '2020-02-01'
- - SimulationData
- project_dir
- measurement
project: !!python/tuple
- - SimulationData
- 2020_climate-model-predict
- '2020-02-01'
- - SimulationData
- project_dir
- measurement
responsible: !!python/tuple
- - SimulationData
- 2020_climate-model-predict
- '2020-02-01'
- README.md
- responsible
- - SimulationData
- project_dir
- measurement
- README
- responsible_single
Person:
first_name: !!python/tuple
- - SimulationData
- 2020_climate-model-predict
- '2020-02-01'
- README.md
- responsible
- - SimulationData
- project_dir
- measurement
- README
- responsible_single
last_name: !!python/tuple
- - SimulationData
- 2020_climate-model-predict
- '2020-02-01'
- README.md
- responsible
- - SimulationData
- project_dir
- measurement
- README
- responsible_single
Project:
date: !!python/tuple
- - SimulationData
- 2020_climate-model-predict
- - SimulationData
- project_dir
identifier: !!python/tuple
- - SimulationData
- 2020_climate-model-predict
- - SimulationData
- project_dir
[pytest]
testpaths=unittests
addopts=-x -vv --cov=caosdb
[tox]
envlist=py36, py37, py38, py39
skip_missing_interpreters = true
[testenv]
deps = .
pytest
pytest-cov
commands=py.test --cov=caosdb -vv {posargs}
This diff is collapsed.
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment