EastAgile / robber.py

BDD / TDD assertion library for Python
MIT License
8 stars 1 forks source link

Some suggestions after investigating Sure #37

Closed catriuspham closed 7 years ago

catriuspham commented 7 years ago

So I read through Sure's docs, and realize some things we could do with our library.

hieueastagile commented 7 years ago

@catriuspham : Here's my opinion:

And, I think the explanation system should be our priority for now.

catriuspham commented 7 years ago

@hieueastagile we can do this:

expect(1).to.be.an.integer()
expect('a').to.be.a.string()

What do you mean by explanation system? Is it the same as the DeepExplaination thingy that you mentioned in this PR: https://github.com/EastAgile/robber.py/pull/31?