Unverified Commit 40b9fe63 authored by Dan Jones's avatar Dan Jones
Browse files

test: experiment with installing with npm and pip

2 merge requests!5Resolve "Release v0.1",!1Resolve "import-features-and-fixtures-from-js-adapter"
Pipeline #102533 canceled with stages
{
"name": "backbone-adapter-testsuite",
"description": "Common test suite to run on all adapter language ports",
"repository": {
"type": "git",
"url": "git@git.noc.ac.uk:communications-backbone-system/backbone-adapter-testsuite.git"
},
"contributors": [
{
"name": "James Kirk",
"email": "james.kirk@noc.ac.uk"
},
{
"name": "Dan Jones",
"email": "dan.jones@noc.ac.uk"
},
{
"name": "Trishna Saeharaseelan",
"email": "trishna.saeharaseelan@noc.ac.uk"
}
],
"license": "MIT"
}
setup(
name='backbone-adapter-testsuite',
packages=find_packages(),
package_data={
'myapp': ['features/*.feature', 'fixtures/*.json'],
},
include_package_data=True,
zip_safe=False
)
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment