Status: Accepted
Owner: pekka.klarck
Labels: Type-Enhancement Priority-Low Target-2.7
New issue 1019 by pekka.klarck: Cleaner error message when importing test
libraries or variable files fails
http://code.google.com/p/robotframework/issues/detail?id=1019
Error message shown when importing a test library or a variable file fails
has two problems:
1) Traceback shown has entries originating from Robot itself. These lines
should be filtered away.
2) PYTHONPATH is shown as a list representation of a Python list and
CLASSPATH as a single string catenated with : or ; depending on the
operating system. Both of these should be shown so that individual entries
are are shown on their own lines. This makes seeing what entries they
contain easier and is also consistent.