busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

Can't filter by test name at command line #403

Closed lgtout closed 10 years ago

lgtout commented 10 years ago

I used to be able to filter the tests to run at the command line like so:

buster-test -c my-buster-config.js -t foo-test.js "does something"

but now the "does something" filter is ignored and all the methods in foo-test.js run.

The test case is set up like so:

buster.testCase("Foo", {
    "does something": function () {
        // assertions etc.
    }
})

I'm running buster 0.7.10.

dwittner commented 10 years ago

@jaabio, on which OS and for wich environment (browser or node)? Can you provide a gist which i can use to reproduce the issue? I just installed buster 0.7.10 on linux and i can't reproduce it.

dwittner commented 10 years ago

Sorry, but without further information i can't do anything.

lgtout commented 10 years ago

Sorry for the delay. I'm no longer able to reproduce this either. Thanks for following up though.