-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
This issue will keep track of a potentially big refactor of our tests.
Here are some thoughts, discussed over a few dev calls:
- Building for all architectures for a given language has not proven to be useful, but has proven to be slow! We should probably run our tests for a single architecture and a single language version (for Python).
- Having tests that hit live endpoints on the Signet network is just not a good idea. We should probably have a beefier Regtest setup and run the tests there.
- A lot of our current tests are better thought of as examples. We should consider compiling those but not actually running them. This would catch API breaks and whatnot without having the flakiness of the live tests, while also leaving full live examples devs can run locally if they need to, or use as starting points for building on the API.
notmandatory and ItoroD
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status