Fix missing sample test files
This commit is contained in:
parent
cac3a70b91
commit
2a9230c49c
|
@ -1,19 +1,20 @@
|
||||||
**.pyc
|
# Compiled python modules.
|
||||||
**/node_modules/**
|
*.pyc
|
||||||
**.arw
|
|
||||||
**.dng
|
/build/
|
||||||
**/.DS_Store
|
|
||||||
**.mm
|
|
||||||
**.nef
|
|
||||||
**.rw2
|
|
||||||
/.coverage
|
/.coverage
|
||||||
build/**
|
|
||||||
dist/**
|
|
||||||
docs/_build
|
docs/_build
|
||||||
docs/Odigi_data_scheme.odg
|
docs/Ordigi_data_scheme.odg
|
||||||
env/**
|
|
||||||
|
# Setuptools distribution folder.
|
||||||
|
/dist/
|
||||||
|
|
||||||
|
# Python egg metadata, regenerated from source files by setuptools.
|
||||||
|
/*.egg-info
|
||||||
|
|
||||||
|
/env/
|
||||||
/htmlcov
|
/htmlcov
|
||||||
/photo
|
/ressources
|
||||||
/resources
|
|
||||||
/Session.vim
|
/Session.vim
|
||||||
/tags
|
/tags
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
[pytest]
|
||||||
|
addopts = --ignore=old_tests -s
|
||||||
|
|
||||||
|
# collect_ignore = ["old_test"]
|
||||||
|
|
||||||
|
[pycodestyle]
|
||||||
|
# ignore = old_test/* ALL
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue