Gabriel Falcão

Results 29 issues of Gabriel Falcão

MIT for the win!

I wanna install hanoi new version because i need the features of kill browser but i can't find this in gems repository. How can i do this update ? From...

Please include the .js generated file to the npm registry :)

sure should be a test runner and just like [lettuce](http://lettuce.it), provide the following feature: ## a "bootstrap" file when running sure should try to import a `confidency.py` and there the...

enhancement
work in progress

### that fails if a TCP port is busy ``` python from sure import expect @expect.free_port(8000) def test_my_server(): # run the server # run assertions against http request/responses ```

enhancement
help wanted

After implementing the [test runner](https://github.com/gabrielfalcao/sure/issues/23) functionality, sure should provide a test lint. Using the ast library we can check if the body of the test contains test smells such as...

enhancement
low prio

the `VariablesBag` should have methods for - listing members - supporting either getattr or getitem In other words, this test should pass: ``` python from sure import scenario def prepare(context):...

enhancement

The present PR exposes the process module as a new crate "procs-lib" closes #627

The present PR exposes the `process` module as a library