Skip to content

Commit 734995d

Browse files
author
Jeroen Verswijver
committed
Add placeholder test.
1 parent 5b81247 commit 734995d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__author__ = 'Edgar Walker, Fabian Sinz, Dimitri Yatsenko, Raphael Guzman'
2121

2222
# turn on verbose logging
23-
logging.basicConfig(level=logging.DEBUG)
23+
# logging.basicConfig(level=logging.DEBUG)
2424

2525
__all__ = ['__author__', 'PREFIX', 'CONN_INFO']
2626

tests/test_s3.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ def test_connection_secure():
5151
http_client=http_client)
5252

5353
assert_true(minio_client.bucket_exists(S3_CONN_INFO['bucket']))
54+
@staticmethod
55+
def test_remove_object():
56+
#https://github.com/datajoint/datajoint-python/issues/952
57+
raise Exception("test")

0 commit comments

Comments
 (0)