-
```
=================================== FAILURES ===================================
_____________________________ test_pasting_an_url ______________________________
request =
> ???
tests/integr…
-
Those could be triggered by the pytest 2.8.5 update somehow...
---
- [ ] [on Archlinux](http://qutebrowser.org:8010/builders/archlinux/builds/1387/steps/unittests/logs/stdio):
```
__________________…
-
I'm currently investigating a problem with `pytest-bdd` where it raises an `INTERNALERROR>` - unfortunately, `pytest-qt` hides it with another one :wink:
```
INTERNALERROR> Traceback (most recent cal…
-
I'd like to be able to write a step specification like this:
```
@given('there is an object')
@given(parsers.parse('there is an object named {name:s}'))
def obj(name="default"):
return name
```
…
-
See https://travis-ci.org/The-Compiler/qutebrowser/jobs/93803798
-
Is it possible to make pytest-bdd fail the test if there is a scenario which does not have corresponding test?
Could be useful when the features are specified by stakeholders. It would prompt the dev…
-
How can I use same name for all the steps? I feel the function names are meaningless once they are decorated by `@given, @then, @when`. When I name all the steps to '_', I get `Fixture _ already in us…
-
When I try running tests with py.test version 2.8.0 on my Ubuntu 14.04 LTS machine, I get the following internal error:
$ py.test
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> F…
-
I'm working on HTML reported and as well as Terminal reporter.
I need to "recreate" texts. I was going to use stuff which is available in pytest-bdd pytest reports.
Here is what I have when accessin…
-
Суть проблемы в том, что сервер (runserver) запущен с параметрами
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
…