-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/GPCAPIM 351 tests for GPProvider stub #171
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
Merged
DWolfsNHS
merged 23 commits into
main
from
feature/GPCAPIM-351_tests_for_GPProvider_stub
Apr 15, 2026
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5197486
[GPCAPIM-351]: Add framework for contract tests for ProviderStub class
DWolfsNHS cf8f639
[GPCAPIM-351]: Enhance contract tests for ProviderStub class
DWolfsNHS 6b8e9c5
[GPCAPIM-351]: Add validation error tests for structured record endpoint
DWolfsNHS 3162986
[GPCAPIM-351]: Add header validation error tests for structured recor…
DWolfsNHS 4aa5e29
[GPCAPIM-351]: Enhance diagnostics validation for authorization header
DWolfsNHS 8a46f67
[GPCAPIM-351]: Update formatting guidelines and vocabulary
DWolfsNHS d8d7715
[GPCAPIM-351]: Update cSpell configuration to exclude generated artef…
DWolfsNHS 09d0b54
[GPCAPIM-351]: Update cSpell dictionary and configuration
DWolfsNHS 0b3b816
[GPCAPIM-351]: Refactor practitioner validation logic
DWolfsNHS b377bcc
[GPCAPIM-351]: Update .gitignore to include pact output
DWolfsNHS 4b8d9cc
[GPCAPIM-351]: Remove local contract test pact output from .gitignore
DWolfsNHS 2c2da40
[GPCAPIM-351]: Remove trace_id validation from access_record_structured
DWolfsNHS 38b5940
[GPCAPIM-351]: Update validation logic for structured record requests
DWolfsNHS 34129c0
[GPCAPIM-351]: address docker warning by removing empty line in the R…
DWolfsNHS 3a0edbd
[GPCAPIM-351]: Refactor GpProviderStub to implement PostStub interface
DWolfsNHS d60d323
Merge branch 'main' into feature/GPCAPIM-351_tests_for_GPProvider_stub
DWolfsNHS 0e96f61
[GPCAPIM-351]: Update PostStub documentation and add tests for GpProv…
DWolfsNHS 7bece59
[GPCAPIM-351]: Add documentation for NHSE mock authorisation service
DWolfsNHS fbd6449
[GPCAPIM-351]: PR comments
DWolfsNHS 8e7da7c
[GPCAPIM-351]: Refactor imports in stub and test files
DWolfsNHS 760c731
Merge branch 'main' into feature/GPCAPIM-351_tests_for_GPProvider_stub
DWolfsNHS e942312
[GPCAPIM-358]: merge conflicts
DWolfsNHS 4ef4775
[GPCAPIM-351]: Update documentation for NHSE mock authorisation service
DWolfsNHS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,117 @@ | ||
| ACMRT | ||
| addgroup | ||
| adduser | ||
| alexkrechik | ||
| anchore | ||
| apikey | ||
| apim | ||
| asid | ||
| buildx | ||
| cataloger | ||
| catalogers | ||
| cataloging | ||
| cfparse | ||
| charliermarsh | ||
| chdir | ||
| chsh | ||
| cicd | ||
| cloc | ||
| Codeable | ||
| Colima | ||
| conftest | ||
| cooldown | ||
| cpes | ||
| CRAINE | ||
| cucumberautocomplete | ||
| datetimez | ||
| davidanson | ||
| debugpy | ||
| directcare | ||
| doas | ||
| Dockerfiles | ||
| dotenv | ||
| dpkg | ||
| DSTU | ||
| eamodio | ||
| errstr | ||
| Farsley | ||
| fhir | ||
| getstructuredrecord | ||
| gocloc | ||
| GPCAPIM | ||
| gpcdemonstrator | ||
| gpconnect | ||
| searchset | ||
| gpgsign | ||
| gpprovider | ||
| HAPI | ||
| healthcheck | ||
| htmlcov | ||
| igorshubovych | ||
| isort | ||
| jdkato | ||
| jinja | ||
| koalaman | ||
| mikefarah | ||
| modifyitems | ||
| monkeypatching | ||
| mstruebing | ||
| musllinux | ||
| NCSC | ||
| nektos | ||
| nhsd | ||
| nhsdigital | ||
| NHSE | ||
| nhsnum | ||
| noaddr | ||
| noendpoint | ||
| nohup | ||
| nonexistent | ||
| nonroot | ||
| nopass | ||
| noqa | ||
| NOSONAR | ||
| NPFIT | ||
| ONESHELL | ||
| opencollection | ||
| pipefail | ||
| PIPX | ||
| pkce | ||
| PROV | ||
| proxygen | ||
| pycache | ||
| pycodestyle | ||
| pydantic | ||
| pyenv | ||
| pyjwt | ||
| pyproject | ||
| pytest | ||
| PYTHONPATH | ||
| pyupgrade | ||
| pyyaml | ||
| qualitygate | ||
| Qube | ||
| querytype | ||
| scannerwork | ||
| searchset | ||
| shellcheck | ||
| sonarcloud | ||
| sonarlint | ||
| sonarqube | ||
| sonarsource | ||
| sprintf | ||
| SYFT | ||
| teardown | ||
| tfstate | ||
| tfvars | ||
| toplevel | ||
| tput | ||
| UNINDEXED | ||
| urid | ||
| usecwd | ||
| usefixtures | ||
| usermod | ||
| vars | ||
| vendored | ||
| venv | ||
| virtualenv | ||
| zstd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.