..
0prelim.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
andor.py
py: Fix 2 bugs in native emitter: jump_or_pop and stack settling.
10 years ago
array1.py
Rename array test to array1 so it doesn't clash with array module.
11 years ago
break.py
py: Implement break and continue byte codes, and add tests.
11 years ago
builtin_bin.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
builtin_callable.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
builtin_hex.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
builtin_id.py
Fix unstable case in builtin_id.py test.
11 years ago
builtin_len1.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
builtin_minmax.py
py: Consolidate min/max functions into one, and add key= argument.
10 years ago
builtin_oct.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
builtin_range.py
py: Improve range: add len, subscr, proper print.
10 years ago
builtin_reversed.py
py: Improve range: add len, subscr, proper print.
10 years ago
bytearray1.py
objarray: Implement equality testing between arrays and other buffers.
10 years ago
bytes.py
objstr: Make sure that bytes are indexed as bytes, not as unicode.
10 years ago
bytes_compare.py
sequence: Fix yet another case of improper sequence comparison.
11 years ago
bytes_compare2.py
py: Implement more complete bytes comparison handling.
11 years ago
bytes_mult.py
py: Fix mult by negative number of tuple, list, str, bytes.
10 years ago
class1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
class2.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
class3.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
class_binop.py
py: Add dispatch for user defined ==, >, <=, >=.
10 years ago
class_call.py
py: Support instance __call__ method.
11 years ago
class_contains.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
class_emptybases.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
class_getattr.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
class_inherit1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
class_inherit_mul.py
tests: Add testcase for multiple inheritance.
11 years ago
class_item.py
py: Implement __delitem__ method for classes.
11 years ago
class_new.py
py: Automatically ake __new__ a staticmethod.
10 years ago
class_number.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
class_staticclassmethod.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
class_store.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
class_store_class.py
tests: Really fix import.
11 years ago
class_str.py
Implement support for __str__ and __repr__ special methods in classes.
11 years ago
class_subclass_builtin.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
class_super.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
class_super_object.py
objtype: super: Fall back to "object" lookup as last resort.
11 years ago
closure1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
closure2.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
closure_defargs.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
compare_multi.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
comprehension1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
containment.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
continue.py
py: Implement break and continue byte codes, and add tests.
11 years ago
del_attr.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
del_deref.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
del_local.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
del_name.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
del_subscr.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
dict1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
dict2.py
objdict: Implement __getitem__ method.
11 years ago
dict_clear.py
tests: Fix few tests which depend on order of elements in dict.
11 years ago
dict_construct.py
py: Implement full behaviour of dict.update(), and dict().
11 years ago
dict_copy.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
dict_del.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
dict_from_iter.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
dict_fromkeys.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
dict_get.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
dict_intern.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
dict_iterator.py
tests: Fix few tests which depend on order of elements in dict.
11 years ago
dict_pop.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
dict_popitem.py
tests: Fix few tests which depend on order of elements in dict.
11 years ago
dict_setdefault.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
dict_update.py
py: Implement full behaviour of dict.update(), and dict().
11 years ago
dict_views.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
enumerate.py
py: Add keyword arg support to enumerate constructor.
11 years ago
equal.py
py: Remove useless implementations of NOT_EQUAL in binary_op's.
11 years ago
eval1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
exception1.py
objexcept: Add "args" exception attribute, as well as StopIteration.value.
11 years ago
exceptpoly.py
tests: Remove unimplemented exceptions from testing.
11 years ago
exec1.py
Implement full arg handling for exec().
11 years ago
filter.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
floordivide.py
Fixed floor division on mp ints and small ints. Added a floordivide test case.
11 years ago
for1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
for2.py
py: Fix bug in optimised for .. range.
11 years ago
for_break.py
tests: Add another test for break-from-for-loop.
11 years ago
for_return.py
py: Fix stack underflow with optimised for loop.
11 years ago
frozenset1.py
py: frozenset() creates an empty frozenset.
11 years ago
frozenset_add.py
objset: Add frozenset tests, skippable if frozenset not available.
11 years ago
frozenset_binop.py
objset: Add frozenset tests, skippable if frozenset not available.
11 years ago
frozenset_copy.py
objset: Add frozenset tests, skippable if frozenset not available.
11 years ago
frozenset_difference.py
objset: Add frozenset tests, skippable if frozenset not available.
11 years ago
fun1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
fun2.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
fun3.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
fun_annotations.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_calldblstar.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_callstar.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_callstardblstar.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_defargs.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_defargs2.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_kwargs.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_kwonly.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_kwonlydef.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_kwvarargs.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
fun_varargs.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
gen_yield_from.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
gen_yield_from_close.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
gen_yield_from_ducktype.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
gen_yield_from_exc.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
gen_yield_from_iter.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
gen_yield_from_send.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
gen_yield_from_throw.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
generator1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
generator2.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
generator_args.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
generator_close.py
objgenerator: Implement return with value and .close() method.
11 years ago
generator_closure.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
generator_exc.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
generator_return.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
generator_send.py
gen.send(): Throw StopIteration. Also, explicitly shutdown finished gen.
11 years ago
getattr.py
py: Implement __getattr__.
11 years ago
getattr1.py
py: Make sure getattr() works with non-interned strings (by interning them).
11 years ago
getitem.py
py: Implement iterator support for object that has __getitem__.
11 years ago
globals_del.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
hasattr1.py
py: Add basic implementation of hasattr() function.
11 years ago
ifcond.py
py: Fix 2 bugs in native emitter: jump_or_pop and stack settling.
10 years ago
int1.py
Make int(b'123') work properly.
10 years ago
int_big_and.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
int_big_div.py
py: Make mpz able to use 16 bits per digit; and 32 on 64-bit arch.
10 years ago
int_big_lshift.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
int_big_mod.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
int_big_mul.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
int_bytes.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
int_divzero.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
int_long.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
int_mpz.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
int_small.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
is_isnot.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
iter1.py
py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.
11 years ago
iter2.py
py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.
11 years ago
iter_of_iter.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
lambda1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
list1.py
tests: Split out those tests requiring float and import.
11 years ago
list_clear.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
list_compare.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
list_copy.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
list_count.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
list_index.py
Implement str.count and add tests for it.
11 years ago
list_insert.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
list_mult.py
py: Fix mult by negative number of tuple, list, str, bytes.
10 years ago
list_pop.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
list_remove.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
list_reverse.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
list_slice.py
Add more tests.
11 years ago
list_slice_3arg.py
tests: Add small testcase for 3-arg slices.
11 years ago
list_slice_assign.py
objlist: Support list slice deletion.
11 years ago
list_slice_assign_grow.py
objlist: Implement growing slice assignment.
11 years ago
list_sort.py
Add tests for sorted() function
11 years ago
list_sum.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
map.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
memoryerror.py
run-tests can now skip certain tests when run under Travis CI
11 years ago
memoryerror.py.exp
tests: create result file for test/basics/memoryerror.py .
11 years ago
modulo.py
tests: Split out those tests requiring float and import.
11 years ago
namedtuple1.py
objnamedtuple: Support iteration.
11 years ago
object_new.py
py: Initial attempts to actually allow implementing __new__ in Python.
11 years ago
print.py
py: Add support for sep and end keywords in print.
11 years ago
property.py
tests: Add property test.
11 years ago
seq_unpack.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
set1.py
tests: Fix tests with sets to print sorted set.
11 years ago
set_add.py
Modify set tests to print sorted sets directly
11 years ago
set_binop.py
Modify set tests to print sorted sets directly
11 years ago
set_clear.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
set_copy.py
Modify set tests to print sorted sets directly
11 years ago
set_difference.py
Modify set tests to print sorted sets directly
11 years ago
set_discard.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
set_intersection.py
Modify set tests to print sorted sets directly
11 years ago
set_isdisjoint.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
set_isfooset.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
set_iter.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
set_pop.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
set_remove.py
py: Fix delete operation on map/dict and set objects.
11 years ago
set_symmetric_difference.py
Modify set tests to print sorted sets directly
11 years ago
set_union.py
tests: Fix few tests which depend on order of elements in set.
11 years ago
set_update.py
Modify set tests to print sorted sets directly
11 years ago
slots_bool_len.py
py: Improve __bool__ and __len__ dispatch; add slots for them.
11 years ago
sorted.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
string1.py
str: Implement proper string (instead of byte string) indexing.
11 years ago
string_compare.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
string_count.py
py: In string.count, handle case of zero-length needle.
11 years ago
string_endswith.py
objstr: Implement .endswith().
11 years ago
string_escape.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
string_find.py
Implement str.count and add tests for it.
11 years ago
string_format.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
string_format_modulo.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
string_index.py
py: Implement str.[r]index() and add tests for them.
11 years ago
string_istest.py
add methods isspace(), isalpha(), isdigit(), isupper() and islower() to str
11 years ago
string_join.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
string_mult.py
py: Fix mult by negative number of tuple, list, str, bytes.
10 years ago
string_partition.py
objstr: Make .[r]partition() work with bytes.
11 years ago
string_replace.py
py: Fix str.replace for case when arg 0 or 1 is empty string.
11 years ago
string_repr.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
string_rfind.py
Implement str.rfind() and add tests for it.
11 years ago
string_rindex.py
py: Implement str.[r]index() and add tests for them.
11 years ago
string_rpartition.py
Implement str.rpartition and add tests for it.
11 years ago
string_rsplit.py
objstr.c: Partial implementation of .rsplit().
11 years ago
string_slice.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
string_split.py
objstr: Make .split() support bytes.
11 years ago
string_startswith.py
objstr: startswith(): Accept optional "start" arg.
11 years ago
string_strip.py
objstr: *strip(): If nothing is stripped, don't create dup string.
11 years ago
string_upperlow.py
objstr: Implement .lower() and .upper().
11 years ago
struct1.py
modstruct: Fix alignment handling issues.
11 years ago
subclass_classmethod.py
objtype: Fix passing of class param to inherited classmethods.
11 years ago
subclass_native1.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
subclass_native2_list.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
subclass_native2_tuple.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
subclass_native3.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
subclass_native4.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
subclass_native5.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
subclass_native_cmp.py
objtuple: Go out of the way to support comparison of subclasses.
11 years ago
subclass_native_specmeth.py
objtype: Implement ->getiter() method for instances.
11 years ago
true_value.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
try1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
try2.py
Add testcase with exception handler spread across functions.
11 years ago
try3.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
try4.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
try_as_var.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
try_finally1.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
try_finally_loops.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
try_finally_return.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
try_reraise.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
try_reraise2.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
tuple1.py
Implement tuple addition.
11 years ago
tuple_compare.py
sequence: Fix glaring bug in sequence comparison.
11 years ago
tuple_count.py
Factor out mp_seq_count_obj() and implement tuple.count().
11 years ago
tuple_index.py
Implement tuple.index().
11 years ago
tuple_mult.py
py: Fix mult by negative number of tuple, list, str, bytes.
10 years ago
types1.py
tests: Split out those tests requiring float and import.
11 years ago
types2.py
tests: Split out those tests requiring float and import.
11 years ago
unary_op.py
py: Add unary op not for NoneType, bool, tuple, list, dict; fix for int.
11 years ago
unboundlocal.py
py: Make all LOAD_FAST ops check for unbound local.
11 years ago
unpack1.py
py: implement UNPACK_EX byte code (for: a, *b, c = d)
11 years ago
while1.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago
with1.py
tests: Make tests pass on pyboard.
11 years ago
with_break.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
with_continue.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
with_return.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
zip.py
Move tests in basic/tests/ up one level preparating to multiple test dirs.
11 years ago