AST-1096 python output step capturing results
This MR
- Adds a new directory
steps
to thepythondp3
directory. All python implemented steps should be put in this directory - Add a
README.md
file to thepythondp3/steps
contains a explaining how to add new python steps and make sure they are tested and installed - Adds a python file
queue.py
topythondp3/steps
containing the QueueOutput class - Adds the test
tQueueOuput.py
topythondp3/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