node-postgres/test/unit/client
Gurjeet Singh 75760c4aa2 Improve unit tests of escape-literal/identifier, and remove them from integration tests.
Improve the code and clarity of unit tests in escape-tests.js. And
removed the related integration tests since it has been demonstrated in
the unit tests that a connection is not needed for escaping the literals
and identifiers.
2014-06-15 17:09:34 -04:00
..
cleartext-password-tests.js change assert.length to assert.lengthIs 2011-10-10 19:21:06 -05:00
configuration-tests.js Do not assume PGPORT env variable is unset during testing 2014-03-18 10:06:15 +01:00
connection-string-tests.js ability to init connection with url instead of config object 2010-11-10 21:45:39 -06:00
early-disconnect-tests.js Enable the test for #534 (needs special naming) 2014-03-18 13:36:57 +01:00
escape-tests.js Improve unit tests of escape-literal/identifier, and remove them from integration tests. 2014-06-15 17:09:34 -04:00
md5-password-tests.js change assert.length to assert.lengthIs 2011-10-10 19:21:06 -05:00
notification-tests.js native 'notify' and 'notification' events 2011-03-04 20:04:59 +00:00
prepared-statement-tests.js change assert.length to assert.lengthIs 2011-10-10 19:21:06 -05:00
query-queue-tests.js remove pauseDrain/resumeDrain 2013-03-07 16:12:09 -06:00
result-metadata-tests.js change assert.length to assert.lengthIs 2011-10-10 19:21:06 -05:00
simple-query-tests.js Fix typos in simple-query-tests.js 2012-08-19 12:20:48 -07:00
stream-and-query-error-interaction-tests.js Have stream emit 'close' rather than 'end' for sake of testing 2014-04-04 16:11:44 +02:00
test-helper.js unit/client/test-helper: removed unnecessary parameters for client.connect() 2011-10-03 03:26:49 -05:00