Next Generation of pyClowder

Build: #1 failed First build for this plan

Test results

  • 16 tests in total
  • 1 test 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.files
Default Job < 1 sec
/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:214: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:214: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:224: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:214: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:214:36: E231 missing whitespace after ','
(5 more lines...)