From 654edd6f2214875473b2b496e43d5f135e5c538b Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Wed, 18 Oct 2023 20:17:09 +0200 Subject: [PATCH] remove unittest stuff from testing init file --- GPy/testing/__init__.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/GPy/testing/__init__.py b/GPy/testing/__init__.py index abad1fa3..e69de29b 100644 --- a/GPy/testing/__init__.py +++ b/GPy/testing/__init__.py @@ -1,9 +0,0 @@ -# Copyright (c) 2014, Max Zwiessele, GPy Authors -# Licensed under the BSD 3-clause license (see LICENSE.txt) -import unittest -import sys - -def deepTest(reason): - if reason: - return lambda x:x - return unittest.skip("Not deep scanning, enable deepscan by adding 'deep' argument to unittest call")