Brian C
8798e50ad3
Re-enable eslint with standard format ( #1367 )
...
* Work on converting lib to standard
* Finish updating lib
* Finish linting lib
* Format test files
* Add .eslintrc with standard format
* Supply full path to eslint bin
* Move lint command to package.json
* Add eslint as dev dependency
2017-07-15 12:05:58 -05:00
Brian M. Carlson
0f1f8626cf
Add use strict to every file
2017-06-18 16:48:14 -05:00
Brian M. Carlson
0ce8a6c675
Fix brittle unit tests
2017-06-16 21:43:45 -05:00
Konstantin Petryaev
ad65c7b1bc
Fix of pool leaking by TCP-keepalive ( #918 )
...
* fix of bug with pool leaking by TCP keep-alives
* add test for check setKeepAlive on connect
* fix mistake with var
* fix mistake with var
2016-06-21 14:49:41 -05:00
brianc
66ea0249d8
add failing test for #130
2012-05-30 22:40:49 -05:00
brianc
d9fbe9e878
remove require.paths use
2011-08-29 02:35:08 -05:00
Aleksey Zhukov
6dd0157280
Fixes for testing with non-local Postgres server.
2011-07-20 01:55:39 +04:00
Brian Carlson
7d05daaf2c
removed some globals from tests
2011-02-23 19:50:43 -06:00
brianc
59aed65b78
tests for simple query queue scenarios
2010-10-24 22:52:12 -05:00
brianc
4743195597
test refactoring
2010-10-23 22:07:00 -05:00
brianc
5fdf25c31d
tests for separated connection
2010-10-23 17:36:04 -05:00
brianc
e61a04b0ae
begin breaking out connection functionality from client functionality
2010-10-23 16:34:20 -05:00
brianc
95ec1b403c
parsing of prepared queries with no parameters
2010-10-23 14:50:28 -05:00
brianc
f0d225aa64
test failures show more
2010-10-23 12:30:55 -05:00
brianc
85c93d2af5
minor code cleanup in test helper
2010-10-23 00:52:16 -05:00
brianc
7be2ac1150
remove dead code
2010-10-23 00:50:11 -05:00
brianc
6d90a4c992
updated test runner
2010-10-23 00:49:27 -05:00
brianc
a4fa1f4614
fix helper method
2010-10-19 23:02:33 -05:00
brianc
cb4ea65bc8
ability to ignore tests by returning false
2010-10-19 22:58:25 -05:00
brianc
8cb44e3cf3
substantial refactoring of the parser
2010-10-15 00:24:58 -05:00
brianc
81d097caf7
some test runner improvements
2010-10-14 00:06:09 -05:00
brianc
ac95c74c66
code cleanup
2010-10-10 22:42:13 -05:00
brianc
97f7da083e
updated test to throw entire error
2010-10-10 22:38:16 -05:00
brianc
5a8061bf5f
unrolled loop
2010-10-10 19:09:24 -05:00
brianc
a45ee945d3
made script to execute all unit tests
2010-10-10 18:50:05 -05:00
brianc
82e66b936c
moved unit tests into unit test folder
2010-10-10 18:26:13 -05:00