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 (
Collapse
)
Author
2016-01-11
matching POST response and GET of an attachment -- API specification
NavaL
Issue #548
2016-01-11
renamed attachment_id attribute to ident on POST response, to conform with ↵
NavaL
the GET attachment API Issue #548
2015-12-21
added filename and size to the attachment endpoint post response
NavaL
Issue #548
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
Issue #548
2015-09-02
Download attachments from mail store instead of querier
Folker Bernitt
- Issue #435 - Improved error handling of attachment resource
2015-08-30
[tests] fixes attachments tests for attribute rename
Victor Shyba
As #435
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
If we were using twisted 12.3.0, this change would allow us to run the tests with 'trial -j <number of tests to run in parallel>'. In a simple test in my box the integration test suite got 3x faster
2015-01-22
#224 renaming tests so they get caught by trial runner
Duda Dornelles