I like assert(expected, actual) because usually expected is a value
(thus short), while actual is a call (longer). Putting expected value
first makes the assertion a bit more readable for me.
Cheers,
mk
> --
> You received this message because you are subscribed to the Google Groups "Pythoscope" group.
> To post to this group, send email to pytho...@googlegroups.com.
> To unsubscribe from this group, send email to pythoscope+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pythoscope?hl=en.
>
>