LineaLabs / lineapy

Move fast from data science prototype to pipeline. Capture, analyze, and transform messy notebooks into data pipelines with just two lines of code.
https://lineapy.org
Apache License 2.0
662 stars 58 forks source link

LIN-582 Add documentation for pipeline testing #821

Closed yoonspark closed 1 year ago

yoonspark commented 1 year ago

Summary

To help the user to understand and use pipeline testing, this PR adds detailed documentation containing instructions for adapting/using the generated test file(s) as well as explanations on the limitation(s).

Changes

Testing

CI will kick in to test the notebook run.

Ticket(s)

yoonspark commented 1 year ago

Once https://github.com/LineaLabs/lineapy/pull/811 gets merged (to main):

  1. Rebase this PR on main
  2. Update this PR for merge into main (instead of LIN-580-augment-test-scaffolding-with-guiding-examples)