livebook/test
2024-08-19 16:14:52 +02:00
..
livebook Do not set XLA_TARGET when using Livebook CUDA-based images (#2755) 2024-08-19 16:14:52 +02:00
livebook_teams
livebook_web Add nightly release (#2739) 2024-08-09 19:12:20 +02:00
support Fix integration tests 2024-07-30 10:05:24 -03:00
livebook_test.exs
README.md
test_helper.exs Improve intellisense modules handling (#2745) 2024-08-16 13:08:32 +02:00

Running Livebook test suite

Unit tests

$ mix test

Teams tests

Integration with Livebook Teams requires cloning the private Livebook Teams repository. By default it is expected to be in sibling directory to Livebook itself. But you can set TEAMS_PATH to a custom directory.

Livebook should take care of automatically setting up the Teams repository for you. However, if you run into issues, you can run the following in the Teams repository:

$ MIX_ENV=livebook mix setup