This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via a349d7391a6a868758553cf6a3efa9d72e532dec (commit)
from 42354eecb64659544f8efa80b04da466eac76989 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/a349d7391a6a868758553cf6a3efa9d72e532dec
commit a349d7391a6a868758553cf6a3efa9d72e532dec
Author: Oleg Broytman <ph...@ph...>
Date: Sat Jan 14 17:34:06 2017 +0300
Fix flake8 warning: change indent due to shorter class name
diff --git a/sqlobject/inheritance/tests/test_indexes.py b/sqlobject/inheritance/tests/test_indexes.py
index 085725c..5142425 100644
--- a/sqlobject/inheritance/tests/test_indexes.py
+++ b/sqlobject/inheritance/tests/test_indexes.py
@@ -25,9 +25,9 @@ def test_index_get_1():
setupClass([InhPersonIdxGet, InhEmployeeIdxGet, InhSalesManIdxGet])
InhSalesManIdxGet(first_name='Michael', last_name='Pallin', age=65,
- security_number=2304, experience=2, skill=10)
+ security_number=2304, experience=2, skill=10)
InhEmployeeIdxGet(first_name='Eric', last_name='Idle', age=63,
- security_number=3402, experience=9)
+ security_number=3402, experience=9)
InhPersonIdxGet(first_name='Terry', last_name='Guilliam', age=64)
InhPersonIdxGet.pk.get('Michael', 'Pallin')
diff --git a/sqlobject/tests/test_cyclic_reference.py b/sqlobject/tests/test_cyclic_reference.py
index be22989..e8e1510 100644
--- a/sqlobject/tests/test_cyclic_reference.py
+++ b/sqlobject/tests/test_cyclic_reference.py
@@ -40,10 +40,10 @@ def test_cyclic_reference():
assert not conn.tableExists(SOTestCyclicRefB.sqlmeta.table)
constraints = SOTestCyclicRefA.createTable(ifNotExists=True,
- applyConstraints=False)
+ applyConstraints=False)
assert conn.tableExists(SOTestCyclicRefA.sqlmeta.table)
constraints += SOTestCyclicRefB.createTable(ifNotExists=True,
- applyConstraints=False)
+ applyConstraints=False)
assert conn.tableExists(SOTestCyclicRefB.sqlmeta.table)
for constraint in constraints:
-----------------------------------------------------------------------
Summary of changes:
sqlobject/inheritance/tests/test_indexes.py | 4 ++--
sqlobject/tests/test_cyclic_reference.py | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
SQLObject development repository
|