-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update CI to load current Kubo and run loopback tests #22
Comments
@Arlodotexe possible to add me as a contributor on this repo to be able to run CI? Also on IpfsCore as both repos need simultaneous updating. |
This part of Richard's tests always bothered me a bit. I noticed this the first time I ported his code over. It wasn't a simple fix, so I moved on and worked on developing tooling to make this easier. I'm actually using that tooling in my own apps and unit tests, dogfooding it. Specifically, we'll want to make use of
|
To give an update on this. We're still doing various API cleanup to get us aligned with the most recent version of Kubo. Until we've finished fixing all remaining discrepancies, our unit tests won't fully pass. When we've made more progress, we'll get Kubo bootstrapped and running as part of the tests, and run it in the CI. |
The current
TestFixture.Ipfs
implementation for running unit tests currently just creates anIpfsClient
instance with the assumption of an IPFS local server to connect to. Update the test code to:Note this item will probably illuminate a lot of missing or out of date functionality. File incompatibilities as new issues.
The text was updated successfully, but these errors were encountered: