Skip to content
Snippets Groups Projects
Select Git revision
  • ea9cefb9af9d0c13fbcaf747432451fab4cae442
  • master default protected
  • use-cloud-bootstrap
  • bump-arkindex-base-worker
  • cache-use-arkindex-export
  • 0.2.0
  • 0.2.0-rc1
  • 0.1.2
  • 0.1.1
  • 0.1.0
  • 0.1.0rc2
  • 0.1.0rc1
12 results

Makefile

Blame
  • README.md 599 B

    Init Elements

    Worker to initialize Arkindex elements to process

    Development

    For development and tests purpose it may be useful to install the worker as a editable package with pip.

    pip3 install -e .

    Linter

    Code syntax is analyzed before submitting the code.
    To run the linter tools suite you may use pre-commit.

    pip install pre-commit
    pre-commit run -a

    Run tests

    Tests are executed with tox using pytest.

    pip install tox
    tox

    To recreate tox virtual environment (e.g. a dependencies update), you may run tox -r