Skip to content Skip to sidebar Skip to footer
Showing posts with the label Travis Ci

Python Custom Module Not Found But Already Exists

I have created a separate file to hold some custom issue classes for my Python file and upon execut… Read more Python Custom Module Not Found But Already Exists

Qapplication Instance/qtbot Fixture Causes Travis-ci To Abort And Core Dump

Working on understanding how to go about automated unit testing for PySide2-based applications. How… Read more Qapplication Instance/qtbot Fixture Causes Travis-ci To Abort And Core Dump

Subprocess.popen: 'oserror: [errno 2] No Such File Or Directory' Only On Linux

This is not a duplicate of subprocess.Popen: 'OSError: [Errno 13] Permission denied' only o… Read more Subprocess.popen: 'oserror: [errno 2] No Such File Or Directory' Only On Linux

How Can I Get Travis-CI To Recognize And Open External Files During Testing

The last few failing builds pass fine on my computer, but I am having trouble getting them to pass … Read more How Can I Get Travis-CI To Recognize And Open External Files During Testing