stevan / p5-mop-redux

A(nother) MOP for Perl 5
139 stars 36 forks source link

Write test for Object methods on Role metaobject #64

Closed stevan closed 11 years ago

stevan commented 11 years ago

I left a comment in 0dc09c2c9eb4e4aa1d55939f106f7cd7bd0ec091 about this, originally mop::role did not inherit from mop::object, but now it does, we need to test all the methods in mop::object (does, DOES, isa, etc.) to make sure they behave sanely on Role metaobject instances.

stevan commented 11 years ago

We need to test that the behavior is sane as well, not just that the methods work.

doy commented 11 years ago

Is this better?

stevan commented 11 years ago

Yes, missing a lot of "... this test does this" messages, but I will forgive that for now :P