This website requires JavaScript.
Explore
Help
Sign In
cartodb
/
node-postgres
Watch
1
Star
0
Fork
0
You've already forked node-postgres
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1e3107aa55
node-postgres
/
test
/
integration
/
client
/
test-helper.js
4 lines
77 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added integration tests for simple queries via the client api
2010-10-25 14:40:24 +08:00
var
helper
=
require
(
_
_dirname
+
'/../test-helper'
)
;
use config dict in all test instead of the connection string use the config dict in all tests to be able to specify things like binary mode
2011-11-22 11:42:43 +08:00
module
.
exports
=
helper
;
Reference in New Issue
Copy Permalink