pgmccann / nbbdd

BDD for Jupyter Notebooks. Hackday project at SSI Collaborations Workshop 2020. #CollabW2020
MIT License
3 stars 4 forks source link

Create workflow steps #9

Open Jongmassey opened 4 years ago

Jongmassey commented 4 years ago

What are the proposed steps for using our tools and how does it fit into the (TDD?) software development lifecycle.

For example:

  1. Write initial notebook with Gherkin behaviour markup
  2. nbbdd generates feature and skeleton step files, inserts step code, returns failing test results
  3. Populate skeleton tests with real test code
  4. Write software until tests pass

where are the loops? Does this fit with an exploratory approach? What do we recommend as the best workflow?

lucianoprea commented 4 years ago

closed here 11