Skip to content

Refactor Test Suite Structure, Naming, and Resource Handling in CITYdata#215

Merged
SikandarEjaz merged 7 commits intodevelopfrom
fix/codebase_refactoring
Mar 27, 2026
Merged

Refactor Test Suite Structure, Naming, and Resource Handling in CITYdata#215
SikandarEjaz merged 7 commits intodevelopfrom
fix/codebase_refactoring

Conversation

@SikandarEjaz
Copy link
Copy Markdown
Collaborator

Addressed issue #214

}

private void validateParams() {
public void validateParams() {
Copy link
Copy Markdown
Collaborator

@MinetteMeyo MinetteMeyo Mar 27, 2026

Choose a reason for hiding this comment

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

I'm not sure about making validateParams() method public. But we need to do this because of the sanity tests.

}

private String buildQuery() {
public String buildQuery() {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I'm not sure about making buildQuery() method public. But we need to do this because of the sanity tests.

Copy link
Copy Markdown
Collaborator

@MinetteMeyo MinetteMeyo left a comment

Choose a reason for hiding this comment

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

We reviewed your changes together. The only point I’m still unsure about is changing the visibility of the two methods in EnergyConsumptionProducer -validateParams() and buildQuery()- from private to public. I’ll approve the PR for now, and we can discuss this later with Yann.

@SikandarEjaz
Copy link
Copy Markdown
Collaborator Author

We reviewed your changes together. The only point I’m still unsure about is changing the visibility of the two methods in EnergyConsumptionProducer -validateParams() and buildQuery()- from private to public. I’ll approve the PR for now, and we can discuss this later with Yann.

Perfect, we can work on this in coming days. For now, I am merging the PR.

@SikandarEjaz SikandarEjaz merged commit 27f87af into develop Mar 27, 2026
1 check passed
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