index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
test
/
integration
/
test_retrieve_attachment.py
Age
Commit message (
Expand
)
Author
2016-10-07
use test client in test case through composition instead of inheritance
Roald de Vries
2016-05-13
Issue #691: Refactor to Twisted 16.1.1
Felix Hammerl
2016-02-25
Backend and frontend protection against csrf attacks:
NavaL
2016-02-10
Fix Issue #596: Provide correct content-type
Felix Hammerl
2016-01-11
matching POST response and GET of an attachment -- API specification
NavaL
2016-01-11
renamed attachment_id attribute to ident on POST response, to conform with th...
NavaL
2015-12-21
added filename and size to the attachment endpoint post response
NavaL
2015-12-18
fixing unit test -- again WIP
mnandri
2015-12-18
WIP: rename me later
mnandri
2015-12-18
backend that handles post of a single attachment file
mnandri
2015-09-02
Download attachments from mail store instead of querier
Folker Bernitt
2015-08-30
[tests] fixes attachments tests for attribute rename
Victor Shyba
2015-08-11
fix attachment integration test
Victor Shyba
2015-03-18
no more self.client, since those methods are available from test case base
Victor Shyba
2015-02-03
Enabling integration tests to be run in parallel
Duda Dornelles
2015-01-22
#224 renaming tests so they get caught by trial runner
Duda Dornelles