[Lldb-commits] [PATCH] D16872: Move some of the common decorators to decorators.py
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 3 18:54:52 PST 2016
zturner added a comment.
Perhaps one possibility to avoid the massive changes to every test file required by changes like this is to make a module like `test_imports.py`, and have that file import all of these things, and then have each test just import `test_imports`. That way we don't have to deal with sweeping changes like this in the future, just make the change to the one master import file.
http://reviews.llvm.org/D16872
More information about the lldb-commits
mailing list