Where should be put our fozzie test files? #1171
oliversweb
started this conversation in
General
Replies: 3 comments 2 replies
|
We've had this discussion in the past and the consensus then was to place unit tests close to the unit under test in a |
1 reply
|
Agree with @DamianMullins - unit tests should reside close to the logic under test, as you are often editing the logic/unit tests together. |
0 replies
|
Where would you put the test helper files that are used by most/all the tests? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What should be the standard?. do we put all the fozzie unit tests in a tests folder off of root or do we create a tests folder next to each file/s we are testing and add the unit tests to it?
Take into consideration: we most probably have a test helper file/s that are imported into most test files for test data, etc. plus the length of import paths
All reactions