Skip to content

[CITY_RUNNER] Add the concept of known test for city runner lit #868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 20, 2025

Conversation

coldav
Copy link
Collaborator

@coldav coldav commented Jun 18, 2025

Overview

Add the concept of known test for city runner lit

Reason for change

e2e testing was too variable, and adding too much overhead

Description of change

If the lit profile is passed a csv file it treats all the entries in there as known and also updates the attributes based on it. Any unknown ones will not trigger an overall failure but will be reported.

@hvdijk
Copy link
Collaborator

hvdijk commented Jun 18, 2025

Will look in more detail later today, but one thing that jumps out is that unknown passes/fails are reported after known passes/fails. Failures in known tests that we expect to pass are of most interest to us and I think those should be at the end so we can easily see them.

@coldav coldav force-pushed the colin/extend_city_runner_unknown branch 2 times, most recently from 56156d0 to 4e50547 Compare June 19, 2025 13:16
if the lit profile is passed a csv file it treats all the entries in
there as known and also updates the attributes based on it.

Any unknown ones will not trigger an overall failure but will be reported.
@coldav coldav force-pushed the colin/extend_city_runner_unknown branch from 4e50547 to df12e27 Compare June 19, 2025 13:21
@hvdijk hvdijk merged commit 3c7c605 into uxlfoundation:main Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants