Skip to content

AST-1096 python output step capturing results

This MR

  • Adds a new directory steps to the pythondp3 directory. All python implemented steps should be put in this directory
  • Add a README.md file to the pythondp3/steps contains a explaining how to add new python steps and make sure they are tested and installed
  • Adds a python file queue.py to pythondp3/steps containing the QueueOutput class
  • Adds the test tQueueOuput.py to pythondp3/test/integration/

Please check whether this structure is correct for future python steps as well.

Depends on !826 (merged) and !830 (merged)

Edited by Bas van der Tol

Merge request reports