Move some tests into function docstrings.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 29 Oct 2009 11:25:40 +0000 (04:25 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 29 Oct 2009 11:25:40 +0000 (04:25 -0700)
commita2bbb8f037a2b5dbc8b9497ec9373e49d1436730
tree313f488316af130cb47e5b24abe46d3cea3046be
parentcad68bb99e45da0f72c2855b10bc27cc6d12328a
Move some tests into function docstrings.
164 files changed:
runtests.py
tests/run/addloop.pyx
tests/run/addop.pyx
tests/run/addressof.pyx
tests/run/always_allow_keywords_T295.pyx
tests/run/and.pyx
tests/run/append.pyx
tests/run/argdefault.pyx
tests/run/arrayassign.pyx
tests/run/ass2local.pyx
tests/run/assert.pyx
tests/run/autotestdict.pyx
tests/run/backquote.pyx
tests/run/bad_c_struct_T252.pyx
tests/run/behnel1.pyx
tests/run/big_indices.pyx
tests/run/bint.pyx
tests/run/boolop.pyx
tests/run/bufaccess.pyx
tests/run/builtin_types_none_T166.pyx
tests/run/builtinnames.pyx
tests/run/call_crash.pyx
tests/run/callargs.pyx
tests/run/carrays.pyx
tests/run/cdef_bool_T227.pyx
tests/run/cdef_decorator_directives_T183.pyx
tests/run/cdef_opt.pyx
tests/run/cdef_setitem_T284.pyx
tests/run/cdefassign.pyx
tests/run/cdefoptargs.pyx
tests/run/cdivision_CEP_516.pyx
tests/run/cfuncdef.pyx
tests/run/char_constants_T99.pyx
tests/run/cintop.pyx
tests/run/cmp.pyx
tests/run/coercearraytoptr.pyx
tests/run/complex_numbers_T305.pyx
tests/run/concatcstrings.pyx
tests/run/consts.pyx
tests/run/cpdef_temps_T411.pyx
tests/run/crashT245.pyx
tests/run/cstruct.pyx
tests/run/ct_IF.pyx
tests/run/ctruthtests.pyx
tests/run/cunion.pyx
tests/run/cvardef.pyx
tests/run/dict.pyx
tests/run/dictintindex.pyx
tests/run/dietachmayer1.pyx
tests/run/empty_for_loop_T208.pyx
tests/run/enumerate_T316.pyx
tests/run/exceptionpropagation.pyx
tests/run/ext_instance_type_T232.pyx
tests/run/extcmethod.pyx
tests/run/extended_unpacking_T235.pyx
tests/run/extended_unpacking_T409.pyx
tests/run/extinherit.pyx
tests/run/extkwonlyargs.pyx
tests/run/extlen.pyx
tests/run/extpropertyref.pyx
tests/run/exttype.pyx
tests/run/filenames.pyx
tests/run/flatin.pyx
tests/run/float_floor_division_T260.pyx
tests/run/fmod.pyx
tests/run/for_from_float_T254.pyx
tests/run/for_in_range_T372.pyx
tests/run/forfrom.pyx
tests/run/funcexceptreraise.pyx
tests/run/hash_T326.pyx
tests/run/if.pyx
tests/run/importfrom.pyx
tests/run/index.pyx
tests/run/inline.pyx
tests/run/inop.pyx
tests/run/inplace.pyx
tests/run/int_literals.pyx
tests/run/ishimoto2.pyx
tests/run/isinstance.pyx
tests/run/isnonebool.pyx
tests/run/iteratorexception.pyx
tests/run/iterdict.pyx
tests/run/king1.pyx
tests/run/kwargproblems.pyx
tests/run/kwonlyargs.pyx
tests/run/kwonlyargscall.pyx
tests/run/large_consts_T237.pyx
tests/run/list.pyx
tests/run/listcomp.pyx
tests/run/literal_lists.pyx
tests/run/literals.pyx
tests/run/locals.pyx
tests/run/locals_rebind_T429.pyx
tests/run/menten1.pyx
tests/run/modbody.pyx
tests/run/modop.pyx
tests/run/multass.pyx
tests/run/new_style_exceptions.pyx
tests/run/nogil.pyx
tests/run/nonecheck.pyx
tests/run/nononetypecheck.pyx
tests/run/notinop.pyx
tests/run/or.pyx
tests/run/packedstruct_T290.pyx
tests/run/parallel_swap_assign_T425.pyx
tests/run/pass.pyx
tests/run/pinard5.pyx
tests/run/powop.pyx
tests/run/print.pyx
tests/run/pure.pyx
tests/run/pycmp.pyx
tests/run/pyintop.pyx
tests/run/pynumop.pyx
tests/run/pyobjcast_T313.pyx
tests/run/r_argdefault.pyx
tests/run/r_bowden1.pyx
tests/run/r_delgado_1.pyx
tests/run/r_forloop.pyx
tests/run/r_jeff_epler_1.pyx
tests/run/r_mitch_chapman_2.pyx
tests/run/r_primes.pyx
tests/run/r_print.pyx
tests/run/r_pyclass.pyx
tests/run/r_starargcall.pyx
tests/run/r_starargs.pyx
tests/run/r_starargsonly.pyx
tests/run/r_typecast.pyx
tests/run/r_vree_1.pyx
tests/run/range_optimisation_T203.pyx
tests/run/ref2local.pyx
tests/run/return.pyx
tests/run/returnparassign.pyx
tests/run/simpcall.pyx
tests/run/sizeof.pyx
tests/run/slice2.pyx
tests/run/specialfloat.pyx
tests/run/starargs.pyx
tests/run/str_char_coercion_T412.pyx
tests/run/strconstinclass.pyx
tests/run/strfunction.pyx
tests/run/struct_conversion.pyx
tests/run/subclasses.pyx
tests/run/subop.pyx
tests/run/switch.pyx
tests/run/tandemstats.pyx
tests/run/temp_alloc_T409.pyx
tests/run/temps_corner1.pyx
tests/run/ticket_124.pyx
tests/run/tuple.pyx
tests/run/tupleassign.pyx
tests/run/tuplereassign.pyx
tests/run/type_inference.pyx
tests/run/type_slots_int_long_T287.pyx
tests/run/typed_slice.pyx
tests/run/typedfieldbug_T303.pyx
tests/run/typeof.pyx
tests/run/unop.pyx
tests/run/unpack.pyx
tests/run/unpacklistcomp.pyx
tests/run/varargcall.pyx
tests/run/varargdecl.pyx
tests/run/watts1.pyx
tests/run/withnogil.pyx
tests/run/withstat.pyx