summaryrefslogtreecommitdiffstats
path: root/Tests/Server/server-test.py
Commit message (Collapse)AuthorAgeFilesLines
* server: Updated server tests to try various communication channelsJustin Berger2017-11-011-79/+79
|
* Tests: reworked server tests to allow other operation modesJustin Berger2017-10-301-18/+8
|
* Tests: Teach Server test to print server return codeBrad King2017-08-301-0/+1
| | | | This will aid in diagnosing failures.
* Server: test cache after reconnectDaniel Pfeifer2017-08-131-15/+9
|
* Tests: Teach Server test to forward exit code from server processJustin Berger2017-06-081-1/+1
|
* Tests/Server: import print_function from the futureBen Boeckel2017-05-101-0/+1
| | | | | | This makes the output much more readable. Suggested-by: Matt Soucy
* Tests: Teach Server test to wait for server exitBrad King2016-09-301-0/+14
| | | | | | | We expect the server to exit when its communication pipes are closed. Close them and wait for the server to exit. If supported by the current version of python, kill the server if it does not exit after a few seconds.
* server-mode: Add project data for unit testsTobias Hunger2016-09-281-15/+22
| | | | | | | | | Do some basic unit tests for "codemodel", "cmakeInputs" and "cache" commands of the cmake server. This just calls the commands right now and makes sure the server thinks it can reply to the request. The data itself is currently not validated.
* server-mode: Query global configuration of cmake via a commandTobias Hunger2016-09-261-1/+17
| | | | | | | Add "globalSettings" command that returns: * Return capability information * Return currently used generator/extra generator * Return a range of flags for debug/trace/etc.
* cmake-server: Add unit testTobias Hunger2016-09-191-0/+82