Skip to content
Snippets Groups Projects
Select Git revision
  • f5855de46269acd6def6c0ef2b1da4d864af5af0
  • master default protected
  • bump-PyYAML
  • bump-lxml
  • 0.1.11
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.7b1
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.4rc4
  • 0.1.4rc3
  • 0.1.4rc2
  • 0.1.4rc1
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
21 results

test_time.py

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