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

Expose TOML test files as an integration test suite #28

Closed
pfeairheller opened this issue May 18, 2023 · 1 comment
Closed

Expose TOML test files as an integration test suite #28

pfeairheller opened this issue May 18, 2023 · 1 comment
Assignees

Comments

@pfeairheller
Copy link
Member

pfeairheller commented May 18, 2023

The recorded HTTP interactions between the SignifyPy client and KERIA agent could serve as a good interop test suite between Signify clients.

We should consider how to automate the generation of these files and how to expose / share them for all Signify clients.

@2byrds 2byrds self-assigned this Aug 2, 2023
@2byrds
Copy link
Collaborator

2byrds commented Aug 2, 2023

Two streams related to this. We have an integration.sh bash script that makes standing up the KERI network components (witnesses and keria) fairly easy and allows a user to select which test to run. perhaps we could add a 'generate toml files' option that runs the tests that produce those files (test_witnesses, test_delegation, etc).
I'm also in the middle of trying to make the unit tests not need those files anymore, instead standing up a fresh witness network and keria instance for each test..... effectively doing the same thing as the integration tests but without using TOML files at all.
Happy to discuss the best route and/or mixed strategy.

@m00sey m00sey self-assigned this Aug 3, 2023
@m00sey m00sey closed this as completed Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants