Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 97039 invoked from network); 21 Jul 2009 15:59:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 15:59:24 -0000 Received: (qmail 45443 invoked by uid 500); 21 Jul 2009 16:00:28 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 45373 invoked by uid 500); 21 Jul 2009 16:00:28 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 45363 invoked by uid 99); 21 Jul 2009 16:00:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 16:00:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gurdiga@gmail.com designates 209.85.218.225 as permitted sender) Received: from [209.85.218.225] (HELO mail-bw0-f225.google.com) (209.85.218.225) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 16:00:18 +0000 Received: by bwz25 with SMTP id 25so3285234bwz.11 for ; Tue, 21 Jul 2009 08:59:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Ed/NGT78IgikWcaG9FC8FNM1q2Ku64Qw2f/aYW5Ai18=; b=qfjBImsKaSENiTgT3s0MttNxMjQ+YlMha4XWj5oF1UA8SqX00Zbg8p5wupcBcOPbaj NX5dUGOJVrsY/TjurbmzY4zTU+Qlaqd7ki2tfPXrKJZiHkQjDcex7lXQH449cy1cegdw /+C8DJIPzkebihi4DdS0mOjCTCHT8hHKN9lxI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=OeNk7fQZttzCdQLGVoyGJp5yXBZX+QmX5FSjuAsI8m8ufEB7Dfh2Zpk1tt9Xho/fOX nchWih3ncsdM5l3jhnzQAwqJXHlF5rxx7PaSJ1cOziq3vbfwGY7kdQ3QuCrRP/BCvuxe FmB/djI17aoaYkdvePGl9eV+p66Dq60N9m60I= MIME-Version: 1.0 Received: by 10.103.169.18 with SMTP id w18mr1281541muo.69.1248191998552; Tue, 21 Jul 2009 08:59:58 -0700 (PDT) Date: Tue, 21 Jul 2009 18:59:58 +0300 Message-ID: Subject: server-side Javascript code testing From: Vlad GURDIGA To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi! Writing a more-than-trivial app for CouchDB would require some amount of server-side code. Is there a testing framework for testing server-side Javascript code?