32 Better Workspace Testing #1394
dendron-bot
started this conversation in
RFCs/Ideas
Replies: 1 comment
-
We probably want to change the signature of setup harness to return some object that can be used in later tests rather than passing in the function into the setup harness. To allow for multiple test blocks to use the same object. Something like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Create better testing harness for Dendron workspalce inside
plugin-core
Context
We are currently making a few changes in both how our workspaces are initialized (eg. [[31 Native Workspace|dendron://dendron.dendron-site/dendron.rfc.31-native-workspace]]) as well as testing (eg. BDD light).
This means it's a good tiem to re-visit how we setup workspaces for testing so that it is performant and functional going forward
Proposal
Details
Example
Tradeoffs
Beta Was this translation helpful? Give feedback.
All reactions