Contributing

We’d be happy for you to contribute to neo-cli.

To learn more about support questions, project organization, opening a new issue and submitting a pull request, see BiznetGio Project Contribution Guide.

First time setup

Please refer to installation from source Installation from Source guide.

Running the tests

You can run the test with your own credentials

Run the basic test suite with:

$ pytest

You can add more parameter to get more details.

$ pytest --cov=neo -vv -s

If your test script get ‘aborted’ by the server. Try login manually with neo login before running test.

Running test coverage

You can generate coverage report with:

$ coverage report -m
# or
$ coverage html