-
#### Description:
The gist of the tests:
- [ ] add new pipeline to UV using UV-API - not possible due to UnifiedViews 2.3.0
- [x] check results through wfAPI
- [x] run pipeline in UV
- [x] chec…
-
Hi
I try this and 'navigator' parameter is not overrided by the 'yoshi' fixture...
Is this valid code?
```
@pytest.mark.parametrize('navigator', [LazyFixture("yoshi")])
@given('I am on the Registrati…
ghost updated
8 years ago
-
When user try to pip3 install terminalOne package inside docker container, unicodeDecodeError is seen
complete error trace :
```
Running setup.py (path:/tmp/pip-build-1a2v5dg9/terminalOne/setup.py) …
-
For unit testing an object/class, what is the right practice? Do I use scenario/feature/given/when/then functionnalities like I use for functional tests? (eg. If I want to a unit test Calculator() obj…
ghost updated
8 years ago
-
Hello
First of all thank you very much for your work.
I am using the report tool in a python project with pytest-bdd and I would like to know if it would be possible to make the tool include informat…
-
Running py35 on current master (50fb4a78c7ac2d106c48e966b9f1f9a2b7831dd1) gives a unit test failure, specific test output below.
Machine is an ArchLinux x86_64, updated yesterday (Sep 28), no testing…
-
- [x] Wait for pytest 3.0
- [x] Wait for https://github.com/pytest-dev/pytest-bdd/pull/193
- [x] Wait for (or do) pytest-bdd release
- [x] Update requirements
- [x] Replace `getfuncargvalue` by `getfi…
-
## tl;dr
README references `@mark.scenario` decorator from `pytest.mark`, but it appears that plain old `@scenario` from `pytest` is the way to go.
## Problem
According to the readme, you can parame…
-
So when running my end-to-end testsuite with an up-to-date Flask, I'm running into https://github.com/Runscope/httpbin/issues/290.
While bisecting #1794 I noticed this isn't the case anymore when usi…
-
Hello,
I'm using:
```
platform linux2 -- Python 2.7.6, pytest-2.9.2, py-1.4.31, pluggy-0.3.1
plugins: bdd-2.16.1, splinter-1.7.3
```
My .feature file contains:
```
Scenario Outline: Application lo…