Skip to content

Fix test package importation #3

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
May 19, 2025
Merged

Fix test package importation #3

merged 2 commits into from
May 19, 2025

Conversation

EficodeRjpalt
Copy link
Contributor

No description provided.

@EficodeRjpalt EficodeRjpalt requested a review from Copilot May 19, 2025 07:00
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR corrects package declarations for test classes and enhances project documentation with linting and CI/CD setup.

  • Updated package paths in test files from test.java.com.weather.app to com.weather.app.
  • Removed extraneous blank lines in WeatherApp.java.
  • Added a “Linting and Code Style” and CI/CD section to README.md.

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/test/java/com/weather/app/WeatherServiceTest.java Fixed package declaration in test class
src/test/java/com/weather/app/WeatherAppTestSuite.java Fixed package declaration in test suite
src/test/java/com/weather/app/WeatherAppTest.java Fixed package declaration in test class
src/test/java/com/weather/app/OpenWeatherMapClientTest.java Fixed package declaration in test class
src/test/java/com/weather/app/ConfigUtilTest.java Fixed package declaration in test class
src/main/java/com/weather/app/WeatherApp.java Removed extra blank lines before comment
README.md Documented Checkstyle rules and CI/CD workflow steps

@EficodeRjpalt EficodeRjpalt merged commit 0b765c1 into main May 19, 2025
2 checks 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.

1 participant