You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support a number of new features, I will need to represent the core BDD principals in code.
I do not want to pollute the root mspec package. Instead, I would prefer to abstract, create and move the core BDD parts out to a dedicated package. Most likely:
github.com/eduncan911/mspec/bdd
This could have some nice side effects, besides supporting other code and runtimes I plan on building. For example, someone could import that package directly and use it to create their own test runner, web-driven BDD framework, etc.
eduncan911
changed the title
Abstracting the BDD parts out to a shared package
Refactoring: Abstracting the BDD parts out to a shared package
Jun 23, 2016
In order to support a number of new features, I will need to represent the core BDD principals in code.
I do not want to pollute the root
mspec
package. Instead, I would prefer to abstract, create and move the core BDD parts out to a dedicated package. Most likely:This could have some nice side effects, besides supporting other code and runtimes I plan on building. For example, someone could import that package directly and use it to create their own test runner, web-driven BDD framework, etc.
See #4 for details.
The text was updated successfully, but these errors were encountered: