Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
d13e9791
Commit
d13e9791
authored
Jul 23, 2020
by
Thanassis Tsiodras
Browse files
No more CircleCI - using internal Gitlab CI instead.
parent
2c0042cc
Pipeline
#2058
failed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests-sqlalchemy/testSQLengines.py
View file @
d13e9791
...
...
@@ -31,7 +31,7 @@ class CompleteTestingOfSQLMapperWithSQLite(AllTests, unittest.TestCase):
class
CompleteTestingOfSQLMapperWithPostgreSQL
(
AllTests
,
unittest
.
TestCase
):
#engine = create_engine('sqlite:///:memory:', echo=True)
if
os
.
getenv
(
'CIRCLECI'
)
is
None
:
dburi
=
'postgresql+psycopg2://
ubuntu
:tastedb@localhost/circle_test'
dburi
=
'postgresql+psycopg2://
taste
:tastedb@localhost/circle_test'
else
:
dburi
=
'postgresql+psycopg2://ubuntu:@localhost/circle_test'
engine
=
create_engine
(
dburi
,
echo
=
False
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment