tests/traffic_lights/beremiz.xml
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Fri, 05 Oct 2018 13:11:28 +0300 |
changeset 2435 |
925adaa2cd5c |
parent 2231 |
7d87a0f98345
|
permissions |
-rw-r--r-- |
cleanup pyc files between running pytest
this is need to avoid problem sometimes tests are run inside docker
container and sometimes local.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line 409, in _importconftest
mod = conftestpath.pyimport()
File "/usr/lib/python2.7/dist-packages/py/_path/local.py", line 686, in pyimport
raise self.ImportMismatchError(modname, modfile, self)
ImportMismatchError: ('conftest', '/beremiz/tests/tools/conftest.py', local('/home/developer/beremiz/tests/tools/conftest.py'))
ERROR: could not load /home/developer/beremiz/tests/tools/conftest.py
1383
|
1 |
<?xml version='1.0' encoding='utf-8'?>
|
|
2 |
<BeremizRoot URI_location="LOCAL://">
|
|
3 |
<TargetType/>
|
2231
7d87a0f98345
Explicitly enable required libraries in test projects
Andrey Skvortsov <andrej.skvortzov@gmail.com>
diff
changeset
|
4 |
<Libraries Enable_SVGUI_Library="true" Enable_Python_Library="true"/>
|
1383
|
5 |
</BeremizRoot>
|