Fix missing sample test files

This commit is contained in:
Cédric Leporcq 2021-10-27 00:10:11 +02:00
parent cac3a70b91
commit 2a9230c49c
8 changed files with 22 additions and 14 deletions

29
.gitignore vendored
View File

@ -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

7
pytest.ini Normal file
View 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

Binary file not shown.

BIN
samples/test_exif/.DS_Store vendored Normal file

Binary file not shown.

BIN
samples/test_exif/photo.arw Normal file

Binary file not shown.

BIN
samples/test_exif/photo.dng Normal file

Binary file not shown.

BIN
samples/test_exif/photo.nef Normal file

Binary file not shown.

BIN
samples/test_exif/photo.rw2 Normal file

Binary file not shown.