21.05.2014 Views

Unit Test Your Database! - PGCon

Unit Test Your Database! - PGCon

Unit Test Your Database! - PGCon

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Ruh-Roh<br />

> psql -­‐d flipr_test -­‐c "<br />

SELECT insert_user('foo', 'secr3t'),<br />

insert_user('bar', 'secr3t');<br />

SELECT nickname, password FROM users;<br />

"<br />

nickname | <br />

password<br />

-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐+-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐<br />

foo | 9695da4dd567a19f9b92065f240c6725<br />

bar | 9695da4dd567a19f9b92065f240c6725<br />

Not good.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!