pytest in a nutshell
Run all tests
> cd scripts
> run -S test_limbra pytest --verbose
Run all test in a test repository
> cd scripts
> run -S test_limbra pytest ../tests/harvest_tools/Automaton/
Run a single test
> cd scripts
> run -S test_limbra pytest ../tests/invenio_tools/Record/test_acl_cds1951625.py::test_authors
Generate profile
> cd scripts
> run -S test_limbra pytest --profile-svg ../tests/harvest_tools/Automaton/test_single_harvester.py::test_lhcb_acl