File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11pyodbc
2- six
2+ # six
33sqlalchemy
44-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
55shapely
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ def test_createDataset(self):
174174
175175
176176 # assert that this dataset has been successfully inserted
177- res = self .engine .execute ('SELECT * from DataSets' )res .fetchall ()
177+ res = self .engine .execute ('SELECT * from DataSets' ).fetchall ()
178178
179179 assert (len (res ) == 1 )
180180 assert (res [0 ]== dataset .DataSetID )
@@ -326,5 +326,5 @@ def test_createSimulation(self):
326326 # assert that this record has been successfully inserted
327327 res = self .engine .execute ('SELECT * from Simulations' ).fetchall ()
328328 assert (len (res ) == 1 )
329- assert (res [0 ]= sim .SimulationID )
329+ assert (res [0 ]== sim .SimulationID )
330330
You can’t perform that action at this time.
0 commit comments