Development

Development History and Planning

Contributing

Development Installation

To access and use the development version, you can either clone the repository or install via pip directly from GitHub:

pip install git+git://github.com/morganjwilliams/pyrolite-meltsutil.git@develop#egg=pyrolite_meltsutil

Tests

If you clone the source repository, unit tests can be run using pytest from the root directory after installation with development dependencies (pip install -e .[dev]):

python setup.py test

If instead you only want to test a subset, you can call pytest directly from within the pyrolite-meltsutil repository:

pytest ./test/<path to test or test folder>