summaryrefslogtreecommitdiff
path: root/service/test/unit/resources/test_attachments_resource.py
AgeCommit message (Collapse)Author
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2016-11-23replace stdlib's unittest with trials's unittest for all unittestRoald de Vries
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
2016-05-13Issue #691: Refactor to Twisted 16.1.1Felix Hammerl
2016-02-05suppressing Error logs being spit out in testsNavaL
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld
2016-01-18migrating AttachmentsResources to use the service factoryNavaL
Issue #576
2016-01-13Changed attachment error print with a loggerBruno Wagner
2016-01-11matching POST response and GET of an attachment -- API specificationNavaL
Issue #548
2016-01-11renamed attachment_id attribute to ident on POST response, to conform with ↵NavaL
the GET attachment API Issue #548
2015-12-23Changed test not to test fixed content, but the existence of an error messageBruno Wagner
2015-12-21added filename and size to the attachment endpoint post responseNavaL
Issue #548
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ↵mnandri
including saving attachments. Issue #548
2015-12-18fixing unit test -- again WIPmnandri
2015-12-18backend that handles post of a single attachment filemnandri
Issue #548