aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Revert "pyrecwrap: skip some wrapping as an optimization"bnewbold2016-04-041-1/+1
| | | | | Wasn't worth the complexity; hard to get unittest to work because results (eg, for "path") were being cached.
* pyrecwrap: skip some wrapping as an optimizationbnewbold2016-04-041-1/+1
| | | | | This cuts down on the number of wrapped Julia Modules by ~30%. Might not be worth it.
* add recursive version of PyCall's pywrapbnewbold2016-04-042-0/+9
| | | | | | | | | | 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!
* HACK: split out datafile-path-requiring examplesbnewbold2016-03-032-15/+56
| | | | | | | | | | 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.
* tests: more of thembnewbold2016-03-014-0/+94
|
* add many, many more example conversions. still not completebnewbold2016-02-211-1/+33
|
* add more graph testsbnewbold2016-02-211-0/+3
|
* add examples (all ports from PyX 0.14.1)bnewbold2016-02-211-0/+10