Files
example-code-2e/23-dyn-attr-prop
kbaikov fa1cd6bd5e Use fixture instead of yield_fixture
The old @pytest.yield_fixture causes
a deprecation warning:
Use @pytest.fixture instead; they are the same.
    def records():
2021-08-22 16:29:22 +02:00
..

Sample code for Chapter 19 - "Dynamic attributes and properties"

From the book "Fluent Python" by Luciano Ramalho (O'Reilly, 2015)
http://shop.oreilly.com/product/0636920032519.do