| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Wasn't worth the complexity; hard to get unittest to work because
results (eg, for "path") were being cached.
|
|
|
|
|
| |
This cuts down on the number of wrapped Julia Modules by ~30%. Might not
be worth it.
|
|
|
|
|
|
|
|
|
|
| |
Will be used to have deeply nested Julia Modules for deeply nested
Python modules Eg, os.path.genericpath.* in python becomes
os.path.genericpath.* in Julia.
This version only works with modules, not Python classes.
Thanks to James Porter at the Recurse Center for helping with this!
|
|
|
|
|
|
|
|
|
|
| |
When running "runtests.jl" from Pkg.test("PyX"), we get failures because
data file paths are not local.
This commit removes such examples from runtests.jl, and creates
runexamples.jl which "does them all", but must be run locally.
Should really find a better solution than this.
|
| |
|
| |
|
| |
|
|
|