Skip to content

Commit 18047dc

Browse files
committed
♻️ add data as submodule
1 parent 388fcc4 commit 18047dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+14
-25302
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
#- "3.6"
1817
- "3.7"
1918
- "3.8"
2019
- "3.9"
2120
- "3.10"
2221
steps:
2322
- uses: actions/checkout@v2
23+
with:
24+
submodules: recursive
2425

2526
- name: Set up Python ${{ matrix.python-version }}
2627
uses: actions/setup-python@v2

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "tests/data"]
2+
path = tests/data
3+
url = git@github.com:mindee/client-lib-test-data.git

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
PASSPORT_DATA_DIR = "./tests/data/passport"
44
BANK_CHECK_DATA_DIR = "./tests/data/bank_check"
55
CUSTOM_DATA_DIR = "./tests/data/custom"
6+
PDF_DATA_DIR = "./tests/data/pdf"

tests/data

Submodule data added at 8e2a24d

0 commit comments

Comments
 (0)