Closed jmafc closed 9 years ago
The tests fail because Trigger.get_implied_deps assumes a function must exist, but in the case of dbaugment
the triggers, functions, etc., are yet to be created. So either get_implied_deps allows the functions not to exist or it has to be passed an indicator that these functions do not have to exist.
Most of the
tests/augment/test_audit.py
tests fail in the deptrack branch. The tests fail to find trigger functions in the get_implied_deps Trigger routines.