summaryrefslogtreecommitdiff
path: root/randport
AgeCommit message (Collapse)AuthorFilesLines
2017-11-16Add: beginnings of a yarn test suiteLars Wirzenius1-0/+28
2017-11-14Fix: start SalamiLars Wirzenius1-28/+0
This is based on Qvarn, because the implementation is so similar to hat Salami needs. This commit drops the unwanted bits of Qvarn and changes things to be Salami instead. This commit only introduces the /version endpoint.
2017-08-04Add: use random port to run qvarn backend during testsLars Wirzenius1-0/+28
This is not 100% reliable, due to a race condition: it's possible for the test code to pick a free port, and someone else to immediately reserve the port before Qvarn does. But it's too unlikely to be a real problem, for tests.