Skip to content

Commit

Permalink
Merge pull request #58 from chatcannon/testdata-lfs
Browse files Browse the repository at this point in the history
Store the test data with git-lfs
  • Loading branch information
chatcannon authored Jan 15, 2022
2 parents 54c3813 + ad39747 commit c02a871
Show file tree
Hide file tree
Showing 28 changed files with 239 additions and 41 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: 2021 Christopher Kerr <[email protected]>
# SPDX-License-Identifier: CC0-1.0

# Arbin data files
*.res filter=lfs diff=lfs merge=lfs -text
# Bio-Logic data files
*.mpr filter=lfs diff=lfs merge=lfs -text
*.mpt filter=lfs diff=lfs merge=lfs -text
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@ nosetests.xml
.project
.pydevproject

# Data for testing
testdata
# Compressed files used to transfer test data
*.gz
*.bz2
*.xz
*.zip
*.tar
*.tgz
*.tbz2
8 changes: 3 additions & 5 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Upstream-Name: Galvani
Upstream-Contact: Christopher Kerr <[email protected]>
Source: https://github.com/echemdata/galvani

# Sample paragraph, commented out:
#
# Files: src/*
# Copyright: $YEAR $NAME <$CONTACT>
# License: ...
Files: tests/testdata/*
Copyright: 2010-2014 Christopher Kerr <[email protected]>
License: CC-BY-4.0
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ cache:
directories:
- .tox
- .pytest_cache
- tests/testdata
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install tox-travis
- sh get_testdata.sh
script: tox
156 changes: 156 additions & 0 deletions LICENSES/CC-BY-4.0.txt

Large diffs are not rendered by default.

32 changes: 0 additions & 32 deletions get_testdata.sh

This file was deleted.

3 changes: 3 additions & 0 deletions tests/testdata/121_CA_455nm_6V_30min_C01.mpr
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/121_CA_455nm_6V_30min_C01.mpt
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/C019P-0ppb-A_C01.mpr
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/CV_C01.mpr
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/CV_C01.mpt
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/EIS_latin1.mpt
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/Rapp_Error.mpr
Git LFS file not shown
2 changes: 2 additions & 0 deletions tests/testdata/Rapp_Error.mpr.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText Danzi Federico
SPDX-License-Identifier CC-BY-4.0
3 changes: 3 additions & 0 deletions tests/testdata/UM34_Test005E.res
Git LFS file not shown
2 changes: 2 additions & 0 deletions tests/testdata/UM34_Test005E.res.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText Nikhil Shetty
SPDX-License-Identifier CC-BY-4.0
3 changes: 3 additions & 0 deletions tests/testdata/arbin1.res
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic1.mpr
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic1.mpt
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic2.mpr
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic2.mpt
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic3.mpr
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic4.mpr
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic4.mpt
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic5.mpr
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic5.mpt
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic6.mpr
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/testdata/bio_logic6.mpt
Git LFS file not shown

0 comments on commit c02a871

Please sign in to comment.