Error message: no fixture found.
I also did not find the data file to be imported in the project directory.
Finally,
- many of the files in the project are also python2 syntax.(eg. xrange -> rang; print -> print(); reload -> importlib.reload);
- import error path:

Log:
C:\Python\Python36\python.exe E:/PycharmProjects/JMeter-Control-Center/run.py
.
.
.
.
.
.
DEBUG:matplotlib: CACHEDIR=C:\Users\Jason.matplotlib (2019-01-14 00:51:40; init.py:415)
DEBUG:matplotlib.font_manager: Using fontManager instance from C:\Users\Jason.matplotlib\fontlist-v300.json (2019-01-14 00:51:40; font_manager.py:1362)
DEBUG:matplotlib.pyplot: Loaded backend TkAgg version unknown. (2019-01-14 00:51:40; pyplot.py:211)
CommandError: No fixture named 'fixtures' found.
Process finished with exit code 0