summaryrefslogtreecommitdiff
path: root/test/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move defmodule out of client test so each test can be run individuallyArjan Scherpenisse2021-02-201-0/+9
* add function for getting user/device IDHubert Chathi2020-12-261-0/+8
* improve endpoint protocol and HttpSpecHubert Chathi2020-09-171-2/+2
* make Polyjuice.Client.start_link return {:ok, pid}, like a normal start_linkHubert Chathi2020-08-291-8/+14
* execute room requests in a queueHubert Chathi2020-08-211-8/+10
* allow body to be iolist or a filename, and add media upload/downloadHubert Chathi2020-08-152-0/+34
* add test for sync, and fix some bugsHubert Chathi2020-07-271-0/+40
* test message streamingHubert Chathi2020-04-251-1/+47
* make the storage part of the client structHubert Chathi2019-10-071-1/+1
* switch to testing the endpoint separately from the high-level client functionHubert Chathi2019-10-041-4/+2
* make tuples implement MsgData, make message sending testableHubert Chathi2019-09-251-0/+37