-
Notifications
You must be signed in to change notification settings - Fork 78
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
feat: soroban-test crate #437
Closed
Closed
Conversation
This file contains 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
willemneal
force-pushed
the
feat/test-lib
branch
from
February 21, 2023 18:29
a950c9a
to
1fe297b
Compare
chadoh
added a commit
to AhaLabs/soroban-examples
that referenced
this pull request
Feb 21, 2023
Use current latest commit from stellar/stellar-cli#437, rather than referring to the branch. Unclear why branch name wasn't working. But this does.
See an example of this library being used in stellar/soroban-examples#216 |
chadoh
force-pushed
the
feat/test-lib
branch
from
February 27, 2023 20:17
a9ff0c0
to
2645be5
Compare
defer bike-shed argument over the best brand for this concept and call it something boring that (somewhat) helps clarify what it does. also add a comment to the main struct. methods will need comments too, prior to merging.
willemneal
force-pushed
the
feat/test-lib
branch
from
February 27, 2023 20:27
2645be5
to
d541ce8
Compare
chadoh
force-pushed
the
feat/test-lib
branch
from
February 27, 2023 21:05
5cb695a
to
698479c
Compare
Replaced by #528 |
chadoh
added a commit
to AhaLabs/soroban-examples
that referenced
this pull request
Mar 24, 2023
Use current latest commit from stellar/stellar-cli#437, rather than referring to the branch. Unclear why branch name wasn't working. But this does.
chadoh
added a commit
to AhaLabs/soroban-examples
that referenced
this pull request
Mar 29, 2023
Use current latest commit from stellar/stellar-cli#437, rather than referring to the branch. Unclear why branch name wasn't working. But this does.
chadoh
added a commit
to AhaLabs/soroban-examples
that referenced
this pull request
Apr 5, 2023
Use current latest commit from stellar/stellar-cli#437, rather than referring to the branch. Unclear why branch name wasn't working. But this does.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Add new
soroban-test
crate to help soroban projects use the CLI.Why
Currently it is very hard to write tests that use the CLI.
Known limitations
Expects a local installation of the CLI. However, with some refactoring the CLI could expose the commands and allow tests to directly run them instead of executing a command.