Fix missing sample test files
This commit is contained in:
parent
cac3a70b91
commit
2a9230c49c
|
@ -1,19 +1,20 @@
|
|||
**.pyc
|
||||
**/node_modules/**
|
||||
**.arw
|
||||
**.dng
|
||||
**/.DS_Store
|
||||
**.mm
|
||||
**.nef
|
||||
**.rw2
|
||||
# Compiled python modules.
|
||||
*.pyc
|
||||
|
||||
/build/
|
||||
/.coverage
|
||||
build/**
|
||||
dist/**
|
||||
docs/_build
|
||||
docs/Odigi_data_scheme.odg
|
||||
env/**
|
||||
docs/Ordigi_data_scheme.odg
|
||||
|
||||
# Setuptools distribution folder.
|
||||
/dist/
|
||||
|
||||
# Python egg metadata, regenerated from source files by setuptools.
|
||||
/*.egg-info
|
||||
|
||||
/env/
|
||||
/htmlcov
|
||||
/photo
|
||||
/resources
|
||||
/ressources
|
||||
/Session.vim
|
||||
/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