Skip to content

Commit 564ebdc

Browse files
authored
Merge pull request #480 from radish-bdd/reduce-compat
Reduce compat
2 parents f989517 + 13584f9 commit 564ebdc

File tree

120 files changed

+77
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+77
-339
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# radish documentation build configuration file, created by
42
# sphinx-quickstart on Sat Jun 13 21:58:55 2015.
53
#

docs/quickstart.rst

Lines changed: 0 additions & 4 deletions

radish/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
__DESCRIPTION__ = "Behaviour-Driven-Development tool for Python"
42
__LICENSE__ = "MIT"
53
__VERSION__ = "0.17.1"

radish/background.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
This module provides a representation of a Feature Background.
53
"""

radish/compat.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

radish/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
Providing radish core functionality.
53
"""

radish/customtyperegistry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
This module provides the Argument-Expression Registry
53
"""

radish/errororacle.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
This module provides some functionality to diagnose thrown exceptions
53
"""

radish/examplescenario.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
This module provides a class to represent one Scenario Outline Example
53
"""

radish/exceptions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from .terrain import world
42

53

0 commit comments

Comments
 (0)