node-postgres/test/unit/client
Gurjeet Singh 6530ce27fe Miscellaneous improvements in unit tests.
End statements with semicolons, to be consistent with the surrounding
code.

Added a new unit test to ensure environment variables are honored when
parsing a
connection string.

Added a TODO to cleanup a test that emits messages using console.log().

Correct a query's syntax. Looks like a good thing to do even though the
syntax
doesn't matter in mocked out tests.

Removed a test that tests for SELECT tags; AFAIK, SELECT commands don't
emit a
tag.
2014-06-15 17:33:23 -04:00
..
cleartext-password-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
configuration-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
connection-string-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
early-disconnect-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
escape-tests.js Move string escaping tests to proper locations. 2013-07-15 09:13:48 -05:00
md5-password-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
notification-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
prepared-statement-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
query-queue-tests.js remove pauseDrain/resumeDrain 2013-03-07 16:12:09 -06:00
result-metadata-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04: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