Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/compare #28

Merged
merged 27 commits into from
Jan 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6336bc7
add functionality to compare func.
rshewitt Dec 27, 2023
636ded5
add compare test
rshewitt Dec 27, 2023
bc4cfb9
refactor to one line
rshewitt Dec 27, 2023
661225b
move data to fixture and refactor.
rshewitt Dec 27, 2023
5e2dbe7
add assert on `do nothing`
rshewitt Dec 27, 2023
a544ec0
ignore integration tests
rshewitt Jan 3, 2024
9911661
add sansjson
rshewitt Jan 3, 2024
cb92509
add section on comparison.
rshewitt Jan 3, 2024
d19bfb5
general fixes, var updates, add more extras, and add ckan search.
rshewitt Jan 3, 2024
6dc9787
add util module
rshewitt Jan 3, 2024
88eafc8
change dcatus catalog
rshewitt Jan 3, 2024
8e43022
add ckan mock return
rshewitt Jan 3, 2024
7bc029f
add dcatus comparison delta file.
rshewitt Jan 3, 2024
068a866
add integration fixtures and test for comparison
rshewitt Jan 3, 2024
64c7d16
add real comparison fixture and test
rshewitt Jan 3, 2024
851382f
move fixture to integration test
rshewitt Jan 3, 2024
67f0592
update expected result.
rshewitt Jan 3, 2024
8961449
fix lint issues
rshewitt Jan 3, 2024
d419c50
bump pypi version to next minor.
rshewitt Jan 3, 2024
9661590
add back ckan entrypoint fixture
rshewitt Jan 3, 2024
f2dcc75
reorder keys in all datasets.
rshewitt Jan 3, 2024
09de3ed
add raw source fixture and with/without sort test.
rshewitt Jan 3, 2024
c259e33
add notes
rshewitt Jan 3, 2024
8cfe987
limit field returns from query
rshewitt Jan 3, 2024
b61562c
isort lint
robert-bryson Jan 3, 2024
c66c4c2
Readme.md fixup
robert-bryson Jan 3, 2024
c31a32e
add more load tests and fixtures
rshewitt Jan 4, 2024
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
Prev Previous commit
Next Next commit
ignore integration tests
rshewitt committed Jan 3, 2024
commit a544ec09227a806d6cd269cd5bd577f39e54b45a
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ clean-dist: ## Cleans dist dir
rm -rf dist/*

test: up ## Runs poetry tests, ignores ckan load
poetry run pytest --ignore=./tests/load/ckan
poetry run pytest --ignore=./tests/integration

up: ## Sets up local docker environment
docker compose up -d