Add tests for filtering runs and experiments by sys/id
#437
Annotations
2 warnings and 43 notices
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/upload-artifact@v3, mikepenz/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-artifacts".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
tests\integration\test_read_only_project.py#L1
test__initialization
|
tests\integration\test_read_only_project.py#L1
test__fetch_runs_df__complex_query
|
tests\integration\test_read_only_project.py#L1
test__fetch_runs_df
|
tests\integration\test_read_only_project.py#L1
test__fetch_runs
|
tests\integration\test_read_only_project.py#L1
test__fetch_runs_df__with_columns_regex
|
tests\integration\test_read_only_project.py#L1
test__list_runs
|
tests\integration\test_read_only_project.py#L1
test__fetch_runs_df__with_names_regex
|
tests\integration\test_read_only_project.py#L1
test__fetch_read_only_runs__with_ids
|
tests\integration\test_read_only_project.py#L1
test__fetch_read_only_runs__custom_ids
|
tests\integration\test_read_only_project.py#L1
test__fetch_runs_df__with_custom_id_regex
|
tests\integration\test_read_only_project.py#L1
test__list_experiments
|
tests\integration\test_read_only_project.py#L1
test__fetch_experiments_df__with_names_regex
|
tests\integration\test_read_only_project.py#L1
test__fetch_experiments
|
tests\integration\test_read_only_project.py#L1
test__fetch_experiments_df__complex_query
|
tests\integration\test_read_only_project.py#L1
test__fetch_experiments_df
|
tests\integration\test_read_only_project.py#L1
test__fetch_experiments_df__with_custom_id_regex
|
tests\e2e\test_read_only_run.py#L1
test__initialization
|
tests\integration\test_read_only_project.py#L1
test__fetch_experiments_df__with_columns_regex
|
tests\e2e\test_read_only_run.py#L1
test__field_names
|
tests\e2e\test_read_only_run.py#L1
test__fetch__float__prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__float__without_prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__int__without_prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__string__prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__int__prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__bool__without_prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__string__without_prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__bool__prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__datetime__without_prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__object_state__prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__datetime__prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__string_set__without_prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__object_state__without_prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__string_set__prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__float_series__without_prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch__float_series__prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch_values__float_series__without_prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch_values__float_series__prefetch
|
tests\e2e\test_read_only_run.py#L1
test__fetch_values__float_series__no_inherited
|
tests\e2e\test_read_only_run.py#L1
test__fetch_values__float_series__prefetch__different_inheritance
|
tests\e2e\test_read_only_run.py#L1
test__fetch_values__float_series__prefetch__with_step_range
|
tests\e2e\test_read_only_run.py#L1
test__fetch_values__float_series__prefetch__no_inherited
|
tests\e2e\test_read_only_run.py#L1
test__getitem_on_missing_and_existing_field
|
tests\e2e\test_read_only_run.py#L1
test__getitem_on_missing_nonexistent_field
|
Loading