Aaron Lelevier

Results 5 issues of Aaron Lelevier

Would it be possible for the `Choice` class to include a list of acceptable choices in the validation error output? Here is a snippet doing this using subclassing. ```python import...

feature

I'd like to be able to change the default header output on a failed test. I'd like to change it from: ``` ====================================================================== FAIL: test_create_currency (accounting.tests.test_factory.FactoryTests) ---------------------------------------------------------------------- ``` To: ```...

Is there a way to use the `page-object` for a **checkbox** to see if it's _checked_? I tried searching across the repo under several keywords, but couldn't find anything. This...

I wanted to know if it is possible to access a buttons attributes to know if a button is disabled or not? I have this code: ``` javascript assert.ok(find('.t-dt-start').attr('disabled')); ```...

Erik, Can you tag a new release now that Python 3 support has been added? The latest tagged release is 1.5.1 from 2014. I know that I can pip install...