aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
AgeCommit message (Expand)Author
2014-04-17Merge pull request #504 from lurch/patch-4Damien George
2014-04-17tests: Split out those tests requiring float and import.Damien George
2014-04-17Changed the envvar name to MICROPY_MICROPYTHONAndrew Scheller
2014-04-16Stupid typoAndrew Scheller
2014-04-16Allow the uPy used by run-tests to be overriddenAndrew Scheller
2014-04-16run-tests can now skip certain tests when run under Travis CIAndrew Scheller
2014-04-15travis: Diff output, hopefully this works.Damien George
2014-04-15travis: More tests debugging.Damien George
2014-04-13tests: Make tests pass on pyboard.Damien George
2014-04-13Make pyboard.py have its own exception; update run-tests for pyboard.Damien George
2014-04-06py: Implement more features in native emitter.Damien George
2014-04-04run-tests: Elaborate python3 command override capabilities.Paul Sokolovsky
2014-04-03Changes to get unix/ port compiling on Cygwin.Damien George
2014-04-03tests: Allow to run tests on pyboard.Damien George
2014-04-03run-tests: Allow to override python3 command to use via environment var.Paul Sokolovsky
2014-04-02Change test scripts to use python3; bytecode tests use python3.4.Damien George
2014-04-02Add more tests.Damien George
2014-03-23run-tests: Dump output of failing tests to files again.Paul Sokolovsky
2014-01-29run-tests can handle segfault.Damien George
2014-01-28Added Windows port (see #233)Markus Siemens
2014-01-21run-tests: Allow to run tests selectively via command line.Paul Sokolovsky
2014-01-20Rename unix binary to 'micropython'.Damien George
2014-01-19Add directory for I/O tests with basic test for file methods.Paul Sokolovsky
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky