Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* text eol=lf
shapefiles/**/* binary
tests/shapefiles/**/* binary
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
working-directory: ${{ inputs.pyshp_repo_directory }}
env:
REPLACE_REMOTE_URLS_WITH_LOCALHOST: ${{ inputs.replace_remote_urls_with_localhost }}
run: python test_shapefile.py ${{ inputs.extra_args }}
run: python tests/run_doctests.py ${{ inputs.extra_args }}

- name: Show Python and Pytest versions for logs.
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/speed_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run Speed tests.
env:
PYSHP_TEST_REPO: ./PyShp_test_shapefile
run: python ./Pyshp/run_benchmarks.py
run: python ./Pyshp/tests/run_benchmarks.py



Loading
Loading