Git Product home page Git Product logo

richenum's People

Contributors

afahim avatar akshayjshah avatar asherf avatar cbueb avatar jemiahlee avatar lopezm1 avatar matthewspeck avatar samv avatar wyguy444 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

richenum's Issues

Support aliases

Features:

  • Aliases defined in the RichEnumValue
  • Aliases are unique for a given RichEnumValue
  • RichEnum metaclass enforces that aliases are unique across all RichEnumValues in the given RichEnum
  • Backwards compatible with existing RichEnums

LookupError not actually returned

@rbm added a custom exception class for bad lookups, which I think is great. The problem is that it doesn't currently behave as a built-in LookupError, though the error message printed makes it look like it does.

If you change the test on line 76 of test_rich_enums.py to be:

        with self.assertRaises(LookupError):

instead of just using the custom class type (EnumLookupError), you get an error raised in the test:

======================================================================
ERROR: test_generic_lookup (tests.richenum.test_rich_enums.RichEnumTestSuite)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jeremiahlee/projects/richenum/tests/richenum/test_rich_enums.py", line 77, in test_generic_lookup
    Vegetable.lookup('flavor', 'yum')
  File "/Users/jeremiahlee/projects/richenum/src/richenum/enums.py", line 284, in lookup
    % (field, value, cls)
LookupError: Could not find member matching flavor = yum in enum <class 'tests.richenum.test_rich_enums.Vegetable'>

This is throwing something that has a __name__ of LookupError, but isn't actually the built-in LookupError, which I think is confusing to users of the library (e.g., me). I know that we could also catch Vegetable.LookupError (which isn't obvious from the error message above) but I think it also makes sense to allow a plain LookupError to be caught.

PR forthcoming.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.