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

Split test code from library and merge with test data #87

Closed
GoogleCodeExporter opened this issue Apr 4, 2015 · 5 comments
Closed

Split test code from library and merge with test data #87

GoogleCodeExporter opened this issue Apr 4, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

In order to reduce the number of binary packages (Issue #83) it makes more sense to merge test cases with the test data. At the same time we still want test cases to be committed together with the code changes.

Therefore we will reorganise the layout of the repository to look something like this:

   /mdanalysis
              /package
              /tests

where package will contain the current trunk without MDAnalysis/tests and tests will contain MDAnalysis/tests together with the test data.

Because git is much better at handling these kind of splitting/merging operations we will do this once the repository has been gittified (Issue #86).


Original issue reported on code.google.com by `orbeckst` on 19 Nov 2011 at 4:00
* Blocked on: #86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant