ScreenPyHQ / screenpy

Screenplay pattern base for Python automated UI test suites.
MIT License
27 stars 3 forks source link

Property-ize the `_to_log`s. #133

Closed perrygoy closed 6 months ago

perrygoy commented 6 months ago

We had an issue with MakeNote recently where we forgot to update the key_to_log property after we supply the key, issue #126. This made us (more specifically, @bandophahita) realize that we should probably property-ize all of these attributes so it's less mental load on us to remember to update them.

This PR does exactly that! Makes everything that is mentioned in logs that needs some massaging a property. :tada: