Changeset: 48cda97b7e26 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=48cda97b7e26
Modified Files:
        testing/sqltest.py
Branch: mtest
Log Message:

staging


diffs (14 lines):

diff --git a/testing/sqltest.py b/testing/sqltest.py
--- a/testing/sqltest.py
+++ b/testing/sqltest.py
@@ -150,6 +150,10 @@ class SQLTestResult(object):
             self.fail(msg, data=self.data)
         return self
 
+    def assertDataResultMatch(self, data=[]):
+        raise NotImplementedError()
+
+
 class SQLTestCase():
     def __init__(self, out_file=sys.stdout, err_file=sys.stderr):
         self.out_file = out_file
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to