-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4134/
-----------------------------------------------------------
(Updated Nov. 4, 2014, 6:21 p.m.)
Status
------
This change has been marked as submitted.
Review request for Asterisk Developers.
Changes
-------
Committed in revision 5894
Repository: testsuite
Description
-------
I've got some common code I want to share between a few tests so it's in the
test's parent directory. However, there doesn't seem to be a way to add the
parent directory to the search path without specifying an absolute path. So, I
added a helper to TestModuleLoader that will allow you to add paths relative to
the test directory.
Example:
test-modules:
add-test-to-search-path: 'True'
add-relative-to-search-path: ['..']
test-object:
config-section: object-config
typename: 'ManagerConfigTest.ManagerConfigTest'
This adds <test_path>/.. to the search path. I.E. The test's parent directory.
Diffs
-----
asterisk/trunk/lib/python/asterisk/test_runner.py 5831
Diff: https://reviewboard.asterisk.org/r/4134/diff/
Testing
-------
Works for my tests and doesn't affect any others.
Thanks,
George Joseph
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev