eScholarship / janeway_to_escholarship

Janeway plugin to deposit to escholarship
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

janeway_to_escholarship

Janeway plugin to deposit to escholarship

Management commands

Models

Tests

There is a very small group of tests written as standard django test cases. The following command will run the tests. You must install the plugin in a directory called "eschol"

manage.py test eschol

Dev env setup

If you want to test this plugin from a local janeway dev environment to a local escholAPI instance you should set:

ESCHOL_API_URL = 'http://host.docker.internal:4001/graphql'