We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c092e commit 11be64dCopy full SHA for 11be64d
tests/test_declare.py
@@ -359,7 +359,6 @@ class WithSuchALongPartNameThatItCrashesMySQL(dj.Part):
359
360
361
def test_regex_mismatch(schema_any):
362
-
363
class IndexAttribute(dj.Manual):
364
definition = """
365
index: int
tests/test_relational_operand.py
@@ -574,7 +574,6 @@ def test_union_multiple(schema_simp_pop):
574
575
576
class TestDjTop:
577
578
def test_restrictions_by_top(self, schema_simp_pop):
579
a = L() & dj.Top()
580
b = L() & dj.Top(order_by=["cond_in_l", "KEY"])
0 commit comments