| Stable | Pre-release |
|---|---|
- Documentation: http://eelbrain.readthedocs.io
- Wiki: https://github.com/christianbrodbeck/Eelbrain/wiki
- GitHub: https://github.com/christianbrodbeck/Eelbrain
- Conda-forge feedstock: https://github.com/conda-forge/eelbrain-feedstock
To expedite testing in different environments, there are several shortcut commands (from the Eelbrain root directory):
$ make test-no-gui: runs all tests that do not invoke a GUI$ make test-only-gui: runs specifically those tests that involve GUI elementspytest --runslow eelbrain/_experiment/tests/test_sample_experiment.py::test_sample_sourceruns more thorough (and lengthy) testing of thePipeline