Next Generation of pyClowder

Build: #3 failed Changes by Ben Galewsky <bengal1@illinois.ed>

Test results

  • 16 tests in total
  • 2 tests failed
  • 1 failure is new
  • < 1 second taken in total.
New test failures 1
Status Test View job Duration
Collapse Failed unnamed test suite pyclowder.connectors
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/connectors.py:669:1: W293 blank line contains whitespace  ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/connectors.py:669:1: W293 blank line contains whitespace

^
Existing test failures 1
Status Test Failing since View job Duration
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:207:1: E302 expected 2 blank lines, found 1 def upload_metadata(connector, host, metadataTemplate, key, fileid, metadata): ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:26: E231 missing whitespace after ','     r = requests.post(url,data=data,headers=headers)                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:36: E231 missing whitespace after ','     r = requests.post(url,data=data,headers=headers)                                    ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:225:1: E302 expected 2 blank lines, found 1 def upload_preview(connector, host, key, fileid, previewfile, previewmetadata, preview_mimetype=None): ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:207:1: E302 expected 2 blank lines, found 1
def upload_metadata(connector, host, metadataTemplate, key, fileid, metadata):
^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:26: E231 missing whitespace after ','
    r = requests.post(url,data=data,headers=headers)
                         ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:36: E231 missing whitespace after ','
(5 more lines...)