libdynd / dynd-python

Python exposure of dynd
http://libdynd.org
Other
119 stars 23 forks source link

Split tests #698

Closed skrah closed 8 years ago

skrah commented 8 years ago

This splits dynd.tests into ndt.test and nd.test directories. I used test instead of tests because I'm looking into making python -m ndt.test work for executing the tests.

mwiebe commented 8 years ago

The change looks great to me. I'm not a fan of having merges from 'master' into feature branches though, I find the resulting commit histories rather annoying to follow. Could you do a rebase instead?

skrah commented 8 years ago

Thanks for taking a look. -- Yes, rebasing is nicer. I still sometimes treat git like mercurial, these comments are very helpful (also say if you prefer squashed commits).

izaid commented 8 years ago

Ping me when this is ready, and I'll merge.

skrah commented 8 years ago

@izaid Yes, this is ready. Some things will change again when we create the namespace package, but I think that would probably be too much for a single PR.