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
|
||||
**/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
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