-
-
Notifications
You must be signed in to change notification settings - Fork 5
test: setup ephemeral PDS server for testing #56
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
Merged
Conversation
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
✅ Deploy Preview for tsky canceled.
|
e4d0098
to
ea56994
Compare
Coverage Report for ./packages/client/
File Coverage
|
233bf2d
to
9777f96
Compare
fe91dd4
to
9650b00
Compare
83b6ec8
to
55d3f9b
Compare
55d3f9b
to
2364613
Compare
07dcffd
to
1d698fb
Compare
1d698fb
to
83d1f8e
Compare
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.
resolve #53
@atcute/internal-dev-env
from atcute repository and adjust dependencies, format etc.tsky.test.ts
that covers~/tsky/tsky.ts
100%: https://github.com/tsky-dev/tsky/pull/56/files#diff-7385feeadb68ec5df0035a3613f4de930b4ee70b7f150323d862dd322ed620f2Note that the existing tests still uses the public PDS server via https://bsky.social. I'll update other test in a separate PR later.
In the global setup, a new ephemeral PDS (and PLC) server is created on localhost and two users are created:
@alice.test
and@bob.test
. We can use them with the test helper methodgetTestAgent()
like this:Example test run: