From: Jani Nikula <jani@nikula.org>
To: notmuch@notmuchmail.org, David Bremner <david@tethera.net>
Subject: [PATCH v3 4/9] test: add smoke tests for the date/time parser module
Date: Thu, 13 Sep 2012 00:27:21 +0300 [thread overview]
Message-ID: <24186aafbdcb967b8f66c2390c928f3788ab6cbf.1347484177.git.jani@nikula.org> (raw)
In-Reply-To: <cover.1347484177.git.jani@nikula.org>
In-Reply-To: <cover.1347484177.git.jani@nikula.org>
Test the date/time parser module directly. Just a small sanity test
initially.
---
test/notmuch-test | 1 +
test/parse-time-string | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100755 test/parse-time-string
diff --git a/test/notmuch-test b/test/notmuch-test
index cc732c3..7eadfdf 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -60,6 +60,7 @@ TESTS="
emacs-hello
emacs-show
missing-headers
+ parse-time-string
"
TESTS=${NOTMUCH_TESTS:=$TESTS}
diff --git a/test/parse-time-string b/test/parse-time-string
new file mode 100755
index 0000000..34b80d7
--- /dev/null
+++ b/test/parse-time-string
@@ -0,0 +1,26 @@
+#!/usr/bin/env bash
+test_description="date/time parser module"
+. ./test-lib.sh
+
+# This is currently just a quick sanity/smoke test.
+
+_date ()
+{
+ date -d "$*" +%s
+}
+
+_parse_time ()
+{
+ ${TEST_DIRECTORY}/parse-time --format=%s "$*"
+}
+
+test_begin_subtest "date(1) default format without TZ code"
+test_expect_equal "$(_parse_time Fri Aug 3 23:06:06 2012)" "$(_date Fri Aug 3 23:06:06 2012)"
+
+test_begin_subtest "date(1) --rfc-2822 format"
+test_expect_equal "$(_parse_time Fri, 03 Aug 2012 23:07:46 +0100)" "$(_date Fri, 03 Aug 2012 23:07:46 +0100)"
+
+test_begin_subtest "date(1) --rfc=3339=seconds format"
+test_expect_equal "$(_parse_time 2012-08-03 23:09:37+03:00)" "$(_date 2012-08-03 23:09:37+03:00)"
+
+test_done
--
1.7.9.5
next prev parent reply other threads:[~2012-09-12 21:27 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-12 21:27 [PATCH v3 0/9] notmuch search date:since..until query support Jani Nikula
2012-09-12 21:27 ` [PATCH v3 1/9] build: drop the -Wswitch-enum warning Jani Nikula
2012-09-12 21:27 ` [PATCH v3 2/9] parse-time-string: add a date/time parser to notmuch Jani Nikula
2012-09-13 11:10 ` Michal Nazarewicz
2012-09-13 12:07 ` Jani Nikula
2012-09-17 14:13 ` Michal Nazarewicz
2012-09-17 15:54 ` Jani Nikula
2012-09-13 12:48 ` Tomi Ollila
2012-09-25 11:56 ` Michal Sojka
2012-10-03 18:49 ` Jani Nikula
2012-10-03 19:02 ` Michal Sojka
2012-09-12 21:27 ` [PATCH v3 3/9] test: add new test tool parse-time for date/time parser Jani Nikula
2012-09-12 21:27 ` Jani Nikula [this message]
2012-09-25 12:05 ` [PATCH] test: Improve tests for the date/time parser module Michal Sojka
2012-10-03 20:32 ` Jani Nikula
2012-10-04 11:02 ` Michal Sojka
2012-09-12 21:27 ` [PATCH v3 5/9] build: build parse-time-string as part of the notmuch lib and static cli Jani Nikula
2012-09-12 21:27 ` [PATCH v3 6/9] lib: add date range query support Jani Nikula
2012-09-13 11:14 ` Michal Nazarewicz
2012-09-13 11:32 ` Tomi Ollila
2012-09-13 13:33 ` Jani Nikula
2012-09-17 15:11 ` Michal Nazarewicz
2012-09-13 12:32 ` David Bremner
2012-09-17 15:03 ` Michal Nazarewicz
2012-09-17 15:35 ` Tomi Ollila
2012-09-17 16:10 ` David Bremner
2012-09-25 12:15 ` Michal Sojka
2012-09-12 21:27 ` [PATCH v3 7/9] test: add tests for date:since..until range queries Jani Nikula
2012-09-12 21:27 ` [PATCH v3 8/9] man: document the " Jani Nikula
2012-09-12 21:27 ` [PATCH v3 9/9] NEWS: date range search support Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=24186aafbdcb967b8f66c2390c928f3788ab6cbf.1347484177.git.jani@nikula.org \
--to=jani@nikula.org \
--cc=david@tethera.net \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).