Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Conversation

@domenic
Copy link

@domenic domenic commented Feb 29, 2016

Also cleans up a bit around that area, e.g. replacing an assert_true(true) with assert_true(e.a) so that people are hopefully less likely to think that assert_true(true) is a good way to say "this test passed".

Also cleans up a bit around that area, e.g. replacing an assert_true(true) with assert_true(e.a) so that people are hopefully less likely to think that assert_true(true) is a good way to say "this test passed".
@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/6227

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

t.step(function (){assert_true(true); t.done();});
object.some_event = function(e) {
t.step(function() {
assert_true(e.a);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is weird here

@cvrebert
Copy link
Member

cvrebert commented Mar 5, 2016

Fixes #180.

@jgraham
Copy link
Member

jgraham commented May 24, 2016

I think @zcorpan's recent PR #196 fixed this.

@jgraham jgraham closed this May 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants