Files
RustPython/tests
Windel Bouwman c2db23db2b Merge pull request #417 from janczer/fix_lt_le_ge_gt_float
float.{__lt__, __le__, __ge__, __gt__} fix comparing with non float type
2019-02-10 12:10:58 +01:00
..
2018-07-09 22:06:49 +02:00
2018-08-14 22:44:55 +02:00
2018-08-14 22:44:55 +02:00

Test snippets

This directory contains two sets of test snippets which can be run in Python. The snippets/ directory contains functional tests, and the benchmarks/ directory contains snippets for use in benchmarking RustPython's performance.

Running with CPython + RustPython

One way to run these snippets is by using CPython to do the parsing and compilation to bytecode. When this is done, run the bytecode with rustpython.

Running with RustPython

The other option is to run all snippets with RustPython.