From bb5e8e6abede3975f783cd718237b90b68ed9b65 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 28 Jun 2022 11:19:25 -0400 Subject: [PATCH 1/3] Adding many checks for missing devices to skip tests --- .idea/workspace.xml | 68 +++++++++++-------- hardwarelibrary/__init__.py | 2 +- hardwarelibrary/tests/testIntegraDevice.py | 9 ++- hardwarelibrary/tests/testIntellidrive.py | 2 +- hardwarelibrary/tests/testLabjackU3.py | 9 ++- .../tests/testLinearMotionDevice.py | 8 ++- hardwarelibrary/tests/testOscilloscope.py | 20 ++---- setup.py | 6 +- 8 files changed, 72 insertions(+), 52 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1fd78cc..a659510 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,16 @@