amuse icon indicating copy to clipboard operation
amuse copied to clipboard

Move tests to their respective package?

Open rieder opened this issue 6 years ago • 4 comments

It would make sense to me if the test for e.g. bhtree is in the amuse-bhtree package, instead of having all tests in amuse-tests.

rieder avatar Jul 25 '19 14:07 rieder

yea, its a bit of work though, (not so high priority..)..in fact the test for a code should maybe be in the directory test in the code dir? (maybe should check approach of other projects...)

ipelupessy avatar Jul 27 '19 16:07 ipelupessy

I'll check.

Also, #196 may be somewhat related to this.

rieder avatar Jul 27 '19 19:07 rieder

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 04 '22 15:03 stale[bot]

before this issue is implemented (by copying the tests to their respective code/test/ directory), it should be tested whether/how good the test detection works if you do eg a pytest src/amuse/community..(ie will it pick up any internal tests from the codes if they have some python stuff in their src tree)

ipelupessy avatar Mar 11 '22 15:03 ipelupessy