Commit Graph

17 Commits

Author SHA1 Message Date
Miroslav Bajtoš 58346f6f2b Add "options" arg to stubbed models in tests 2016-12-22 11:14:45 +01:00
Miroslav Bajtoš 0c78433b7e test: fix deprecation warnings 2016-09-01 10:34:43 +02:00
Miroslav Bajtoš 3ed4d31eec test: use strict, handle errors 2016-09-01 10:34:38 +02:00
Simon Ho c6d36f30a7 Do not use native promises in tests
- Refactor some tests to use bluebird for promise impl
- Fix based on comments at https://github.com/strongloop/loopback-connector-remote/pull/44/files#r61875179
- Add tests to integration dir (organized/named by feature)
2016-05-19 18:04:23 -07:00
Ryan Graham 17e60c9351
update copyright notices and license 2016-05-06 12:02:21 -07:00
Heath Morrison a4e825191f Added promise support 2016-04-25 01:07:15 +03:00
Miroslav Bajtoš 3c42c0a6af test: listen on ephemeral ports 2016-02-05 13:29:43 +01:00
Geoffroy ba1703fbea Clean up tests 2016-01-07 20:08:05 -08:00
Geoffroy 580ea297ba Removed unused describe definition 2016-01-07 00:46:07 -06:00
Geoffroy ad3749b3d8 Removed unused file 2016-01-07 00:34:22 -06:00
Geoffroy e8b7762227 Removed unused dependencies 2016-01-07 00:33:38 -06:00
Richard Pringle dbe06078fb Add test for custom http.path configuration. 2015-12-03 12:56:00 -05:00
Miroslav Bajtoš 9d862437da test: load the correct Remote instance
Fix unit-tests to always reference the remote connector via
require('..') instead of depending on the remote connector
bundled in loopback, which is quite often an older version.
2015-11-25 08:46:40 +01:00
Ryan Graham 56e6236fa3 test: specify 127.0.0.1 for test server
Without this the client may attempt to connect to 'localhost' which may
resolve to the IPv6 equivalent of '0.0.0.0', which is '::', which is
only useful listening on and not so useful for connecting too.
2015-07-20 18:58:21 -07:00
Simon Ho 2b3f5171fe Create proxy methods for aliases 2015-03-28 11:39:49 -07:00
Krishna Raman 2df5b726b1 Fix formatting 2014-09-25 14:20:26 -07:00
Krishna Raman 724fd7d99c Move remote connector from loopback 2014-09-25 14:20:22 -07:00