![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
.. image:: https://img.shields.io/pypi/v/bdd-tester.svg :alt: PyPI Package latest release :target: https://pypi.org/project/bdd-tester/
.. image:: https://img.shields.io/pypi/l/bdd-tester.svg :alt: License :target: https://pypi.org/project/bdd-tester/
.. image:: https://img.shields.io/travis/pwyf/bdd-tester/master.svg :alt: Travis-CI Build Status :target: https://travis-ci.org/pwyf/bdd-tester
.. image:: https://img.shields.io/coveralls/github/pwyf/bdd-tester/master.svg :alt: Test coverage :target: https://coveralls.io/github/pwyf/bdd-tester?branch=master
Test data files using behaviour-driven development <https://en.wikipedia.org/wiki/Behavior-driven_development>
__
tests, in python.
It’s a tool to run
Gherkin <http://pythonhosted.org/behave/philosophy.html#the-gherkin-language>
__
tests (features) against (IATI) data – similar to Cucumber <https://cucumber.io>
__
(in Ruby) or Behave <https://pythonhosted.org/behave/>
__ (in Python).
Here’s a blog that nicely explains the idea. <http://blog.memespring.co.uk/2014/07/16/programatically-testing-regulatory-data/>
__
.. code:: shell
pip install bdd_tester
.. code:: shell
bdd_tester --feature [Feature file] --steps [Step file] [Data file]
For more options, run:
.. code:: shell
bdd_tester --help
.. code:: python
from bdd_tester import BDDTester
tester = BDDTester(step_definitions_filepath)
feature = tester.load_feature(feature_filepath)
result = feature.tests[0](*args, **kwargs)
FAQs
A very very basic BDD test runner
We found that bdd-tester demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.