Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[![gitlab-ico]][gitlab-link]
[![licence-apache2]](/LICENCE.txt)
[![pipeline-status]][pipeline-report]
Miscellaneous Utilities for Behave Tests
========================================
This Python package contains various helpful functions and classes for writing behaviour
tests suites with [Behave](https://behave.readthedocs.io/en/stable/).
Usage
-----
Add as a Git URL to your project's test dependencies:
```
git+https://code.kodo.org.uk/dom/behave-utils@0.1
```
---
[gitlab-ico]:
https://img.shields.io/badge/GitLab-code.kodo.org.uk-blue.svg?logo=gitlab
"GitLab"
[gitlab-link]:
https://code.kodo.org.uk/dom/behave-utils
"Go to the project at code.kodo.org.uk"
[licence-apache2]:
https://img.shields.io/badge/Licence-Apache--2.0-blue.svg
"Licence: Apache License 2.0"
[pipeline-status]:
https://code.kodo.org.uk/dom/behave-utils/badges/master/pipeline.svg
[pipeline-report]:
https://code.kodo.org.uk/dom/behave-utils/pipelines?ref=master
"Pipelines"