tree: 8824f656b565b564773eba519da6a2c06eb39fad [path history] [tgz]
  1. __init__.py
  2. README.md
  3. test_lineagetrace.py
src/main/python/tests/lineage/README.md

Python Lineage Tests

To enable testing the lineage you have to setup your path environment.

Linux/bash

From the root of the repository call:

# Do once in terminal
export SYSTEMDS_ROOT=$(pwd)
export PATH=$SYSTEMDS_ROOT/bin:$PATH
export SYSDS_QUIET=1

Once the environment is setup, you can begin testing with the following:

cd src/main/python/
python tests/lineage/*.py