Fix missing sample test files
This commit is contained in:
parent
cac3a70b91
commit
2a9230c49c
29
.gitignore
vendored
29
.gitignore
vendored
@ -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
|
||||||
|
|
||||||
|
7
pytest.ini
Normal file
7
pytest.ini
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[pytest]
|
||||||
|
addopts = --ignore=old_tests -s
|
||||||
|
|
||||||
|
# collect_ignore = ["old_test"]
|
||||||
|
|
||||||
|
[pycodestyle]
|
||||||
|
# ignore = old_test/* ALL
|
BIN
samples/images/DSC03584.dng
Executable file
BIN
samples/images/DSC03584.dng
Executable file
Binary file not shown.
BIN
samples/test_exif/.DS_Store
vendored
Normal file
BIN
samples/test_exif/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
samples/test_exif/photo.arw
Normal file
BIN
samples/test_exif/photo.arw
Normal file
Binary file not shown.
BIN
samples/test_exif/photo.dng
Normal file
BIN
samples/test_exif/photo.dng
Normal file
Binary file not shown.
BIN
samples/test_exif/photo.nef
Normal file
BIN
samples/test_exif/photo.nef
Normal file
Binary file not shown.
BIN
samples/test_exif/photo.rw2
Normal file
BIN
samples/test_exif/photo.rw2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user