ColinDuquesnoy
|
2c49a968a9
|
Fix test (bad assert)
|
2014-02-26 14:29:27 +01:00 |
|
ColinDuquesnoy
|
b56c1cb118
|
Add test with standard lib
math.cos( should return <Param: x @0,0>
|
2014-02-26 14:21:52 +01:00 |
|
ColinDuquesnoy
|
da27ce4d7c
|
Execute test only on 64bit platforms
|
2014-02-26 13:52:46 +01:00 |
|
ColinDuquesnoy
|
2ee60675f1
|
Add a test call_signatures for compiled modules
Should fail
|
2014-02-26 13:51:40 +01:00 |
|
ColinDuquesnoy
|
2c97d01bd0
|
Move extensions dir into test
|
2014-02-19 08:10:43 +01:00 |
|
ColinDuquesnoy
|
f808dbbd28
|
Change sys.path for the test to succeed.
Tested locally with a python3 extension module (in
/extensions/compiled33).
Also tested that reverting a75773cf9f make
the test fail.
|
2014-02-18 22:14:43 +01:00 |
|
ColinDuquesnoy
|
7977d57169
|
Add test_compiled
Should pass on travis since there is no precompiled modules yet
|
2014-02-18 20:31:06 +01:00 |
|
Dave Halter
|
78114b12e9
|
move some tests into specific directories
|
2014-01-29 20:43:42 +01:00 |
|
Dave Halter
|
83b490dd6d
|
PyObject -> CompiledObject, PyName -> CompiledName
|
2014-01-13 14:09:03 +01:00 |
|
Dave Halter
|
4b319ad817
|
fix a docstr issue
|
2014-01-12 19:22:31 +01:00 |
|
Dave Halter
|
dfb494b9c4
|
finally able to delete the old builtin stuff
|
2014-01-12 18:22:33 +01:00 |
|
Dave Halter
|
1765fadf73
|
fix problems with self attributes - from fake modules
|
2014-01-11 18:05:44 +01:00 |
|
Dave Halter
|
32e39ef4ca
|
fixing parents in compiled
|
2014-01-11 00:26:53 +01:00 |
|
Dave Halter
|
01c03966a7
|
make first faked compiled modules work
|
2014-01-10 23:35:58 +01:00 |
|
Dave Halter
|
3017e72b86
|
first executions with compiled seem to be working
|
2014-01-09 00:53:50 +01:00 |
|
Dave Halter
|
d71fe3061b
|
better environment for compiled executions
|
2014-01-08 02:20:41 +01:00 |
|
Dave Halter
|
70413768ef
|
add a 'compiled' module, to finally solve #102 and #335
|
2014-01-07 18:45:02 +01:00 |
|