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

be able to run tests after pip install khmer #220

Closed
mr-c opened this issue Nov 15, 2013 · 4 comments
Closed

be able to run tests after pip install khmer #220

mr-c opened this issue Nov 15, 2013 · 4 comments

Comments

@mr-c
Copy link
Contributor

mr-c commented Nov 15, 2013

Looks like they just need to be moved into the khmer directory? Or some other magic to get them to show up in lib/pythonN.N/site-packages/khmer/

@ctb
Copy link
Member

ctb commented Nov 16, 2013

On Fri, Nov 15, 2013 at 02:49:34PM -0800, Michael R. Crusoe wrote:

Looks like they just need to be moved into the khmer directory? Or some other magic to get them to show up in lib/pythonN.N/site-packages/khmer/

Yes. More discussion needed, though. I dislike the notion of making the tests
deeper in the dev dir hierarchy. Can we have them in ./tests/ in git and
install them as ./khmer/tests/? Or is that stupid idea?

--titus

C. Titus Brown, ctb@msu.edu

@mr-c
Copy link
Contributor Author

mr-c commented Nov 19, 2013

One method would be:

pip install --no-install khmer
cd build/khmer
make test

On Sat, Nov 16, 2013 at 4:45 PM, C. Titus Brown notifications@github.comwrote:

On Fri, Nov 15, 2013 at 02:49:34PM -0800, Michael R. Crusoe wrote:

Looks like they just need to be moved into the khmer directory? Or some
other magic to get them to show up in lib/pythonN.N/site-packages/khmer/

Yes. More discussion needed, though. I dislike the notion of making the
tests
deeper in the dev dir hierarchy. Can we have them in ./tests/ in git and
install them as ./khmer/tests/? Or is that stupid idea?

--titus

C. Titus Brown, ctb@msu.edu


Reply to this email directly or view it on GitHubhttps://github.com//issues/220#issuecomment-28636588
.

@mr-c mr-c modified the milestones: 1.1+ Release, 1.0 release Apr 1, 2014
@mr-c mr-c self-assigned this Jun 1, 2014
@mr-c
Copy link
Contributor Author

mr-c commented Jun 1, 2014

Inspiration: http://scikit-learn.org/stable/install.html#testing
I'm on it

@mr-c mr-c modified the milestones: v1.0.2, 1.0.3+ Release Jun 11, 2014
@ctb
Copy link
Member

ctb commented Jun 14, 2014

Fixed in #451.

@ctb ctb closed this as completed Jun 14, 2014
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

2 participants