add todo's
This commit is contained in:
parent
2858ef9aa3
commit
c7fe539ac6
@ -2,3 +2,7 @@
|
||||
name = "gears" # REQUIRED, is the only field that cannot be marked as dynamic.
|
||||
|
||||
version = "0.0.0"
|
||||
|
||||
# TODO: specify optional dependency frozen libraries with .update
|
||||
# look into dataclasses.replace
|
||||
# TODO: specify test-dependency for pytest
|
||||
|
@ -75,6 +75,7 @@ def test_connect_property():
|
||||
foo,
|
||||
lambda foo: foo.bar,
|
||||
lambda foo, bar: Foo(bar=bar, baz=foo.baz),
|
||||
# TODO: look into dataclasses.replace
|
||||
)
|
||||
|
||||
assert bar() == 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user