Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FE0111BAF for ; Sun, 27 Jul 2014 17:54:38 +0000 (UTC) Received: (qmail 98752 invoked by uid 500); 27 Jul 2014 17:54:37 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 98687 invoked by uid 500); 27 Jul 2014 17:54:37 -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 98668 invoked by uid 99); 27 Jul 2014 17:54:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jul 2014 17:54:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of conormacaoidh@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-wg0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jul 2014 17:54:33 +0000 Received: by mail-wg0-f48.google.com with SMTP id x13so6289782wgg.31 for ; Sun, 27 Jul 2014 10:54:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=9EKgtuCQXwwxOWoISv3H18M5W726ilWItmrgS2mG08E=; b=riBo0DODYMHtw5uRCz6BB52CAOcyPGfQwpbk+cpdgg0nU1PdtAFeWW0HZqTG+/vw5B MMiNcgTMJxrBzSONyYskZiImK31r+LYm8974FuJSvO7YWzGnRuqoa/6cBRX+hMpZ7As8 kkeJP0BmR8q+G9jbp5fXYeq6EFHf0wtHCS+vA40M0uciOG0AUOB2H4IIH7cETy6v+8tY Mh+QwHUv9pYf0NodOb6fWE8bIzESBiG2b0+hXGe4LEdh6zTpEAG5r7R9zzx5Bsf9ZksN uKPr2Ot+bPf9U8x2C5C+c0zGY6ZDfj3NzXW6XnZl9KFSlCll/r/gdKoEc9v0m0O8QLvn wuUw== X-Received: by 10.180.24.34 with SMTP id r2mr22666631wif.46.1406483648735; Sun, 27 Jul 2014 10:54:08 -0700 (PDT) Received: from localhost.localdomain ([80.111.184.220]) by mx.google.com with ESMTPSA id lk7sm43033729wjb.24.2014.07.27.10.54.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Jul 2014 10:54:08 -0700 (PDT) Message-ID: <53D53CBE.7050806@gmail.com> Date: Sun, 27 Jul 2014 18:54:06 +0100 From: Conor Mac Aoidh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Testing Views and Lists Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi All, Can anyone recommend a thorough method of testing couchdb view and list functions? I'm using Jasmine to run tests atm and I have tried using mock-couch to emulate database behavior. However, AFAIK mock-couch does not support using list functions. I just want to have a testcase that I can run to verify my view and list functions are working as expected. Thanks Conor