Test

  • Ensure test dependencies are installed

    $ python -m pip install -q pytest networkx numpy seaborn pandas nbmake pytest-xdist matplotlib
    
  • To run raphtory python tests

    $ cd python && pytest
    
  • To run notebook tests

    $ cd python/tests && pytest --nbmake --nbmake-timeout=1200 .