Skip to content

[feature#13] Improve testing configuration#14

Open
MagicSoup wants to merge 2 commits intomainfrom
feature/13-security-improve-testing-configuration-dissociate-tu-from-it-maven-phases
Open

[feature#13] Improve testing configuration#14
MagicSoup wants to merge 2 commits intomainfrom
feature/13-security-improve-testing-configuration-dissociate-tu-from-it-maven-phases

Conversation

@MagicSoup
Copy link
Copy Markdown
Owner

No description provided.

@MagicSoup MagicSoup requested a review from RienderieN January 10, 2023 20:06
@MagicSoup MagicSoup self-assigned this Jan 10, 2023
@MagicSoup MagicSoup linked an issue Jan 10, 2023 that may be closed by this pull request
5 tasks
@MagicSoup MagicSoup force-pushed the feature/13-security-improve-testing-configuration-dissociate-tu-from-it-maven-phases branch from cc7b53d to 0bb344f Compare January 10, 2023 20:08
Copy link
Copy Markdown
Collaborator

@RienderieN RienderieN left a comment

Choose a reason for hiding this comment

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

some optional returns

@SpringBootTest
@ActiveProfiles
public @interface DefaultSpringBootTest {
@AliasFor(annotation = ActiveProfiles.class, attribute = "profiles") String[] activeProfile() default {"test"};
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.

nice annotate, moreover, it'll be better to move that class in a annotations package

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Will do

…on for controller tests (no database init with flyway)
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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.

[Security] Improve testing configuration - Dissociate TU from IT maven phases

2 participants