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 a9a7d4d commit 09cedfcCopy full SHA for 09cedfc
src/cachew/__init__.py
@@ -821,13 +821,14 @@ def test_binder():
821
]
822
823
824
+class Breaky(NamedTuple):
825
+ job_title: int
826
+ job: Optional[Job]
827
+
828
829
def test_unique(tmp_path):
830
tdir = Path(tmp_path)
831
- class Breaky(NamedTuple):
- job_title: int
- job: Optional[Job]
-
832
assert [c.name for c in DbBinder(Breaky).db_columns] == [
833
'job_title',
834
'_job_is_null',
0 commit comments