named adapter support |
|
More...
|
over 18 years ago
|
you can only pass unicode or ascii to grok.name |
|
More...
|
over 18 years ago
|
refactored frame access |
|
More...
|
over 18 years ago
|
test that grok.name cannot be called on module level |
|
More...
|
over 18 years ago
|
test that you can't call grok.name more than once on a class |
|
More...
|
over 18 years ago
|
support explicit view names with grok.name |
|
More...
|
over 18 years ago
|
extend test |
|
More...
|
over 18 years ago
|
Refactored context determination Improved error messages when missing or ambiguous context Minimal grok view registration |
|
More...
|
over 18 years ago
|
refactor test pickup so we can more easily add new packages that contain tests. |
|
More...
|
over 18 years ago
|
Refactored tests to put tests closer to their fixtures. |
|
More...
|
over 18 years ago
|
test that old style classes are also supported. |
|
More...
|
over 18 years ago
|
make sure that grok.context only accepts interfaces or classes |
|
More...
|
over 18 years ago
|
also test interface for grok.context on a module level. |
|
More...
|
over 18 years ago
|
always do cleanup at the end of the test |
|
More...
|
over 18 years ago
|
Test that you can also pass in an interface instead of a class for grok.context. |
|
More...
|
over 18 years ago
|
grok.context can't be called from function or method |
|
More...
|
over 18 years ago
|
Test that you can't call grok.context multiple times on class level |
|
More...
|
over 18 years ago
|
explicit class-level context for imported model |
|
More...
|
over 18 years ago
|
support grok.context on adapters (in addition to module-level) |
|
More...
|
over 18 years ago
|
make sure that calling grok.context multiple times on a module fails |
|
More...
|
over 18 years ago
|
test explicit grok.context for imported models |
|
More...
|
over 18 years ago
|
explicit grok.context on module level for disambiguation |
|
More...
|
over 18 years ago
|
forgot important team member: grok the caveman |
|
More...
|
over 18 years ago
|
it's not only me ;) |
|
More...
|
over 18 years ago
|
Multiple models lead to ambiguity errors |
|
More...
|
over 18 years ago
|
test that definition order doesn't matter |
|
More...
|
over 18 years ago
|
don't depend on alphabetical order |
|
More...
|
over 18 years ago
|
don't grok imported things by default |
|
More...
|
over 18 years ago
|
test the case where we can't find a model |
|
More...
|
over 18 years ago
|
prototype of adapter registration |
|
More...
|
over 18 years ago
|