Missing test cases

2 views
Skip to first unread message

Christian Iversen

unread,
May 17, 2011, 11:03:10 AM5/17/11
to py...@googlegroups.com
Hi everybody

With my recent work on py2js, the new infrastructure is almost ready to
use. During the course of this, I discovered a few functions in the
standard library we never touch with our test cases. It's the following:

iter.prototype.next = function() {
slice.prototype.indices = function(n) {
list.prototype.index = function(value, start, end) {
dict.prototype.get = function(key, value) {
dict.prototype.items = function() {
dict.prototype.values = function() {
dict.prototype.update = function(other) {
dict.prototype.clear = function() {
dict.prototype.pop = function(key, value) {
dict.prototype.popitem = function() {
str.prototype.index = function(value, start, end) {

I haven't checked which functions we are missing unit tests for, and
which we simply have a disabled/failing unit test for.

Maybe someone can help shed some light on this. Sam?

--
Med venlig hilsen / Best regards
Christian Iversen

Sikkerhed.org ApS
Fuglebakkevej 88 E-mail: sup...@sikkerhed.org
1. sal Web: www.sikkerhed.org
DK-2000 Frederiksberg Direkte: c...@sikkerhed.org

Reply all
Reply to author
Forward
0 new messages