Description
Tests not running properly when installed in developer mode.
Reproduce
run pip install -e . then run tests like python -m diffpy.pdfgui.tests.run it will show errors.
Trace back
The problem is possibly located at diffpy/pdfgui/gui/pdfguiglobals.py and maybe other files.
See line 43:51.
Description
Tests not running properly when installed in developer mode.
Reproduce
run
pip install -e .then run tests likepython -m diffpy.pdfgui.tests.runit will show errors.Trace back
The problem is possibly located at
diffpy/pdfgui/gui/pdfguiglobals.pyand maybe other files.See line 43:51.