micropython/tests/basics
Damien George e2a48b66c2 tests: Add property test. 2014-04-13 19:00:27 +01:00
..
pkg
pkg2
pkg3
0prelim.py
array1.py
break.py
builtin-callable.py
builtin-len1.py
builtin_id.py
bytearray1.py
bytes.py
class-emptybases.py
class-getattr.py
class-staticclassmethod.py
class-subclass-builtin.py
class-super.py
class1.py
class2.py
class3.py
class_inherit1.py
class_inherit_mul.py
class_item.py
class_number.py
class_store.py
class_str.py
closure-defargs.py
closure1.py
closure2.py
compare-multi.py
comprehension1.py
containment.py
continue.py
del-attr.py
del-deref.py
del-local.py
del-name.py
del-subscr.py
dict-del.py
dict-from-iter.py
dict1.py
dict2.py
dict_clear.py
dict_copy.py
dict_fromkeys.py
dict_get.py
dict_iterator.py
dict_pop.py
dict_popitem.py
dict_setdefault.py
dict_update.py
dict_views.py
enumerate.py
equal.py
eval1.py
exception1.py
exceptpoly.py
exec1.py
filter.py
float1.py
floordivide.py
for1.py
for2.py
fun-annotations.py
fun-calldblstar.py
fun-callstar.py
fun-callstardblstar.py
fun-defargs.py
fun-defargs2.py
fun-kwargs.py
fun-kwvarargs.py
fun-varargs.py
fun1.py
fun2.py
fun3.py
gen-yield-from-close.py
gen-yield-from-ducktype.py
gen-yield-from-exc.py
gen-yield-from-iter.py
gen-yield-from-send.py
gen-yield-from-throw.py
gen-yield-from.py
generator-args.py
generator-closure.py
generator-exc.py
generator-return.py
generator1.py
generator2.py
generator_close.py
generator_send.py
getattr.py
getattr1.py
getitem.py
globals-del.py
import-pkg1.py
import-pkg2.py
import-pkg3.py
import-pkg4.py
import-pkg5.py
import1a.py
import1b.py
import2a.py
import3a.py
int-big-lshift.py
int-big-mod.py
int-big-mul.py
int-bytes.py
int-divzero.py
int-long.py
int-mpz.py
int-small.py
int1.py
is-isnot.py
iter-of-iter.py
iter1.py
iter2.py
lambda1.py
list1.py
list_clear.py
list_compare.py
list_copy.py
list_count.py
list_index.py
list_insert.py
list_mult.py
list_pop.py
list_remove.py
list_reverse.py
list_slice.py
list_sort.py
list_sum.py
map.py
math-fun-bool.py
math-fun.py
memoryerror.py
modulo.py
namedtuple1.py
print.py
property.py tests: Add property test. 2014-04-13 19:00:27 +01:00
seq-unpack.py
set1.py
set_add.py
set_binop.py
set_clear.py
set_copy.py
set_difference.py
set_discard.py
set_intersection.py
set_isdisjoint.py
set_isfooset.py
set_iter.py
set_pop.py
set_remove.py
set_symmetric_difference.py
set_union.py
set_update.py
slots_bool_len.py
sorted.py
string-compare.py
string-escape.py
string-format-modulo.py
string-format.py
string-join.py
string-repr.py
string-slice.py
string1.py
string_count.py
string_find.py
string_index.py
string_partition.py
string_replace.py
string_rfind.py
string_rindex.py
string_rpartition.py
string_split.py
string_startswith.py
string_strip.py
struct1.py
true-value.py
try-as-var.py
try-finally-loops.py
try-finally-return.py
try-finally1.py
try-module.py
try-reraise.py
try-reraise2.py
try1.py
try2.py
try3.py
try4.py
tuple1.py
tuple_compare.py
tuple_count.py
tuple_index.py
tuple_mult.py
types1.py
types2.py
unary_op.py
unboundlocal.py
unpack1.py
while1.py
with-break.py
with-continue.py
with-return.py
with1.py
zip.py