mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
remove unittest stuff from testing init file
This commit is contained in:
parent
a4bb4a46a8
commit
654edd6f22
1 changed files with 0 additions and 9 deletions
|
|
@ -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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue