Skip to content

Commit c1e8359

Browse files
committed
changes
1 parent 77e9c0a commit c1e8359

10 files changed

Lines changed: 71 additions & 520 deletions

tests/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
This directory contains Python unit tests which can be run by running `pytest test` in the root directory.
44

5-
This directory consists of 4 kinds of tests, all run with `pytest`:
5+
This directory consists of 3 kinds of tests, all run with `pytest`:
66

7-
1. Python unit tests in the `unit` subdirectory: each of the `test_` files in this folder contain unit tests for the corresponding module (e.g. `test_run.py` contains unit tests for `run.py`)
7+
1. Python tests in the `unit` subdirectory: most are classic unit tests for the corresponding module (e.g. `test_run.py` contains tests for `run.py`), and a few are lightweight local integration tests that still live under `unit`
88

99
2. UI tests run via Playright in the `ui` folder: each of the files in this folder contain UI tests that involve launching Trackio in the browser and confirming that the UI elements are present and interact as expected.
1010

11-
3. End-to-end local tests in the `e2e-local` subdirectory: which are also local tests, but test behaviors that include the end-to-end user workflow: `User API → Gradio UI → SQLite Storage`
12-
13-
4. Finally directory also includes the `e2e-spaces` subdirectory, which deploy Trackio onto Spaces and then confirm that that the data is logged as expected.
14-
11+
3. Finally directory also includes the `e2e-spaces` subdirectory, which deploy Trackio onto Spaces and then confirm that that the data is logged as expected.

tests/e2e-local/logs.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/e2e-local/test_bulk_logging.py

Lines changed: 0 additions & 70 deletions
This file was deleted.

tests/e2e-local/test_histogram_e2e.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/e2e-local/test_image_logging.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

tests/e2e-local/test_import_from_csv.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/e2e-local/test_table_with_images.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/e2e-local/test_trace_e2e.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)