Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build tests around intended semantic equivalencies #61

Open
3 tasks
vreuter opened this issue Jun 17, 2019 · 0 comments
Open
3 tasks

Build tests around intended semantic equivalencies #61

vreuter opened this issue Jun 17, 2019 · 0 comments

Comments

@vreuter
Copy link
Member

vreuter commented Jun 17, 2019

A core tenet of this package is equivalence--for various operations--between dot notation / attribute-style syntax and key / __getitem__ syntax. Some testing to this effect is already in place, but it should be more thorough, both for automated assurance of full functionality, and as a sort of in-code specification of the package's capabilities. Furthermore, building around this tenet emphasizes its centrality to the package's purpose.

  • Membership (in, hasattr)
  • Fetch ([], ., getattr, get)
  • Set (., [], update, setdefault, setattr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant