Open vishal3410 opened 5 years ago
Sorry it's been such a long time since you posted with no reply.
To me it looks like you somehow don't have write permission to the directory where it is trying to output batavia.js. The following error suggests that to me.
Error: EACCES: permission denied, open '/home/vishal/pybee/batavia/dist/batavia.js'
Expected Behavior
if the builtin is implemented:
test_bool (tests.builtins.test_abs.BuiltinAbsFunctionTests) ... ok
if the builtin is not implemented:
test_abs_not_implemented (tests.builtins.test_abs.AbsTests) ... expected failure
Current Behavior
1.when running single test in builtins in vars function:
and it continued till 30 minutes after that i interrupted using
ctrl-c
Steps to reproduce
1.To reproduce first error
python setup.py test -s tests.builtins.test_vars
2.To reproduce second error
python setup.py test
Your Environment
Python - 3.5.0 Ubuntu - 18.04
It would be nice if someone would help me to resolve this issue