Skip to content
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

Decouple unit tests from classes #5

Open
MylesFTOP opened this issue Jun 22, 2020 · 0 comments
Open

Decouple unit tests from classes #5

MylesFTOP opened this issue Jun 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MylesFTOP
Copy link
Owner

Currently, unit tests are strongly coupled to classes, with the class structure replicated in the unit test structure (e.g. AbilityStat is tested by AbilityStatTests, CharacterModel is tested by CharacterModelTests). This smells like a Change Preventer, as any migration of methods will need to be accompanied by corresponding changes to unit tests.

@MylesFTOP MylesFTOP added the enhancement New feature or request label Jun 22, 2020
@MylesFTOP MylesFTOP self-assigned this Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant