updated code so should work on windows, with exception of waiting on multiple connections

This commit is contained in:
PatchOfScotland
2023-02-08 14:46:03 +01:00
parent d787e37adc
commit a1451881ae
17 changed files with 280 additions and 205 deletions

View File

@ -19,3 +19,8 @@ Pytest unittests are provided within the 'tests directory, as well as a script *
with individual tests runnable with:
pytest test_runner.py::MeowTests::testMeowRunnerLinkedPythonExecution -W ignore::DeprecationWarning
to run locally, update your '~/.bashrc' file to inclue:
# Manually added to get local testing of Python files working easier
export PYTHONPATH=/home/patch/Documents/Research/Python