aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/cli.sh
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-11 18:03:18 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-03-11 18:03:18 -0700
commit9f7f6f9446a431564b3d7e12e117f16cbf41a9fd (patch)
treef0d896b9962d5b426e32235deb5c9cf226cd6d9b /python/tests/cli.sh
parent655f7060eb5b5e711a8a892cb1085639c4aa8fd2 (diff)
downloadfatcat-9f7f6f9446a431564b3d7e12e117f16cbf41a9fd.tar.gz
fatcat-9f7f6f9446a431564b3d7e12e117f16cbf41a9fd.zip
more integration of transform refactor
Diffstat (limited to 'python/tests/cli.sh')
-rwxr-xr-xpython/tests/cli.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/tests/cli.sh b/python/tests/cli.sh
index 8d594bce..0005c4ba 100755
--- a/python/tests/cli.sh
+++ b/python/tests/cli.sh
@@ -22,5 +22,10 @@ set -x
./fatcat_webface.py -h
./fatcat_worker.py -h
+./fatcat_util.py fcid2uuid aaaaaaaaaaaaamztaaaaaaaaae
+./fatcat_util.py uuid2fcid 00000000-0000-0000-3333-000000000001
+
+cat tests/files/example_releases_pubmed19n0972.json | ./fatcat_transform.py citeproc-releases - /dev/null
+
set +x
echo "Done running CLI examples (SUCCESS)"