Skip to content

Commit

Permalink
Adds tests for the Python cookbook examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgregg committed Apr 23, 2020
1 parent 2423c4a commit a8a60aa
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ For example:
'$ion_1_0 {abc:123}'
```

For additional examples, consult the [cookbook](http://amzn.github.io/ion-docs/guides/cookbook.html).

## Git Setup
This repository contains a [git submodule](https://git-scm.com/docs/git-submodule)
called `ion-tests`, which holds test data used by `ion-python`'s unit tests.
Expand Down Expand Up @@ -98,7 +100,6 @@ The following build, deployment, or release tasks are required:

* Add support for [code coverage](http://coverage.readthedocs.io/en/latest/) reporting.
* Publish coverage to something like [Coverage.io](https://coveralls.io/)
* Improve documentation around setup/development/contribution/getting started.
* Consider using something like [PyPy.js](https://github.com/pypyjs/pypyjs) to build an interactive shell for playing
with Ion python and provide a client-side Ion playground.

Expand Down

0 comments on commit a8a60aa

Please sign in to comment.