Skip to content

Comments

Single building simulation test#25

Merged
szvsw merged 3 commits intomainfrom
cursor/single-building-simulation-test-5d77
Feb 19, 2026
Merged

Single building simulation test#25
szvsw merged 3 commits intomainfrom
cursor/single-building-simulation-test-5d77

Conversation

@szvsw
Copy link
Contributor

@szvsw szvsw commented Feb 19, 2026

Add a new CLI-based test for single building simulation and integrate it into the e2e workflow.

This test ensures the single building simulation part of the CLI is functional by running it after the engine is stood up but before the full e2e test.


Open in Cursor Open in Web

- Add tests/data/e2e/single-building.yml config for single building simulation
- Add 'tests single-building' CLI command (similar to tests e2e)
- Run single building test in e2e workflow after engine start, before full e2e

Co-authored-by: Sam Wolk <szvsw@users.noreply.github.com>
@cursor
Copy link

cursor bot commented Feb 19, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

- Add tests/ volume mount to simulations service for test data access
- Switch workflow from make cli-native to make cli for single-building test

Co-authored-by: Sam Wolk <szvsw@users.noreply.github.com>
@szvsw szvsw marked this pull request as ready for review February 19, 2026 01:18
volumes:
- ./inputs:/code/inputs
- ./outputs:/code/outputs
- ./tests:/code/tests
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cursoragent Only mount tests/data/e2e to /code/tests/data/e2e

Copy link

@cursor cursor bot Feb 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the volume mount to only expose tests/data/e2e:

- ./tests/data/e2e:/code/tests/data/e2e

This limits the mounted content to the e2e test data used by the single-building simulation.

Open in Cursor Open in Web

Co-authored-by: Sam Wolk <szvsw@users.noreply.github.com>
@szvsw szvsw merged commit b70f04d into main Feb 19, 2026
4 checks passed
@szvsw szvsw deleted the cursor/single-building-simulation-test-5d77 branch February 19, 2026 15:56
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