Skip to content

Commit

Permalink
for unit test added comment about leaving the 'commit' to psql commen…
Browse files Browse the repository at this point in the history
…ted out, moved file to db
  • Loading branch information
kaylanb committed Jul 11, 2016
1 parent b1f5208 commit a00b512
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def output(cursor,query):
print 'tractor cat: ',ans[key]
print 'postgres : ',sql[key][0]

# Nothing should be commited to the db since this is a test, so
# LEAVE THE FOLLOWING COMMENTED OUT:
#con.commit()
print 'done'

0 comments on commit a00b512

Please sign in to comment.