Commit Graph

45 Commits (master)

Author SHA1 Message Date
Rasika Pohankar 51dafeaa31 Remove periods from titles, subtitles and plaintext responses (#3569)
* Remove periods from titles, subtitles and plaintext responses

* Update test files

* Remove concatenation

* Remove repeated tests from Cusip test file
2016-09-06 11:15:19 +01:00
rpohankar 1cda7e29ab Pass verb and singular or plural workdays from build_test. 2016-05-19 17:47:18 +00:00
rpohankar 0efda236b0 Convert dates to ISO8601 format, remove cases related to Dates Role. 2016-05-18 16:21:22 +00:00
rpohankar b48932b0a4 Move common dates to variables, change ambiguous date formats to ISO8601. 2016-05-17 19:17:16 +00:00
rpohankar 13aaca2500 Update WorkdaysBetween to use full template. 2016-05-17 13:58:42 +00:00
Ben Moon 83b9bbd6b7 Fix newline at end of file 2016-05-16 14:19:39 +01:00
Ben Moon 5f85cf4121 Update Goodies to use Test::Deep
* Ensure Test::Deep is imported.

* Replace '-ANY-' with ignore()

* Replace regexes with re(...)
2016-05-16 14:07:57 +01:00
Rob Emery 4a8d8fb51e WorkdaysBetween: Adding MockTime 2015-02-01 11:18:43 +00:00
Chris Wilson 3a5171f184 Fix Tests for ABC, AspectRatio, DaysBetween, Sort, WeekdaysBetween, WorkdaysBetween 2015-01-10 01:18:15 +11:00
Chris Wilson 2f11d6cc76 Update Binary IA to Uppercase. Fix All Test Cases for Uppercase Changes. 2015-01-09 19:46:54 +11:00
Matt Miller 5457d4ec62 Goodies Templates: update some goodies for auto-template usage.
Testing these in duckpan will depend upon the changes in that repository
being integrated.
2014-11-15 21:32:59 +02:00
Matt Miller da70710f7d EOL: remove trailing whitespace. 2014-10-28 20:36:15 +02:00
Matt Miller 68fc7c8dec Set explicit caching everywhere.
This explicity sets the caching behavior for all goodies. Goodies which
did not have caching behavior set in their package have had it added.
Similarly for the tests.

This resulted in a number of changes for caching behavior, mostly
moving towards more frequent caching.

I identified three cases where goodies should not be cached. They are when
the result depends upon:

- some random element,
- the time of day or year (as with relative dates), or
- the location of the requesting user

In all other cases, I presumed that the goodies were sufficiently
deterministic in their output to warrant caching.
2014-09-27 10:35:17 -04:00
Rob Emery d7b2ab8df0 WorkdaysBetween: Switching to use new cleaner datestring_regex 2014-08-31 20:04:32 +01:00
Rob Emery 080df14e70 WorkdaysBetween: Using new DatesRole functionality to fix https://github.com/duckduckgo/zeroclickinfo-goodies/issues/346 2014-08-30 21:19:59 +01:00
Rob Emery 9c9227f754 Weekdays & WorkdaysBetween: Removing Time::Piece 2014-08-18 21:06:00 +01:00
Rob Emery b6f2728e94 WorkdaysBetween: Fixing regex for date separator 2014-08-18 21:00:54 +01:00
Rob Emery 4a25a8d697 WorkdaysBetween: Switching output format for consistency 2014-08-11 23:03:32 +01:00
Rob Emery afed344b1a DatesRole & WorkdaysBetween: Switching to use DatesRole 2014-08-11 22:29:43 +01:00
Pattarawat Chormai 67f1b8b31c Return nothing if we find invalid date like Feb 30th 2014-06-27 00:05:34 +07:00
DuckDuckHack Five fac0179303 WorkdaysBetween: Update tests. 2014-02-14 15:24:30 -05:00
Jag Talon e70adbda45 Merge pull request #321 from kablamo/example-query-tests
Added tests for example queries which are not currently tested.
2014-02-14 15:19:48 -05:00
Jag Talon aac9971b78 WorkdaysBetween: Fix tests. 2014-02-13 14:04:09 -05:00
Eric Johnson 9c29b27338 Added tests for example queries which are not currently tested.
Conflicts:

	t/TimezoneConverter.t
2014-02-10 21:36:14 +00:00
Jag Talon 813981a3e4 WorkdaysBetween: Use a module to compute the dates instead. 2014-02-04 13:01:03 -05:00
Jag Talon b17f8a39eb WorkdaysBetween: Revert to the old way of computing the dates. 2014-02-04 11:20:14 -05:00
Jag Talon 01d80e4315 WorkdaysBetween: Add tests for shortened years, too. 2014-01-29 00:01:22 -05:00
Jag Talon 11073bf32d WorkdaysBetween: Add the %m-%d-%y format. 2014-01-28 09:14:32 -05:00
Jag Talon a59abe766a WorkdaysBetween: Updated the output to change depending on the number of weekdays.
It would say "There is one workday ..." instead of "There is one workdays ...".
2014-01-27 15:52:00 -05:00
Jag Talon 19756daa02 WorkdaysBetween: Clearer way of computing the business days.
I also added a bunch of comprehensive tests.
2014-01-25 12:42:03 -05:00
Jag Talon 2f2264b2ec WorkdaysBetween: Fix issue when starting on a weekend.
The result was off by one when it started on either Saturday on Sunday. Another one that's worth noting is that $start->_wday actually has Sunday == 0.
2014-01-24 15:26:11 -05:00
Matt Garriott edac815f85 WorkdaysBetween: Don't parse MM/DD and DD/MM in the same query
If either date requires the DD/MM/YYYY format, all XX/XX/XXXX dates in
the query will be formatted using the DD/MM/YYYY.
2014-01-16 21:26:52 -07:00
Matt Garriott a49307abe3 WorkdaysBetween: Change output format to MMM DD, YYYY 2014-01-16 21:21:15 -07:00
Matt Garriott a24f7f69e8 WorkdaysBetween: Use Time::Piece objects instead of Date::Calc 2014-01-16 19:14:43 -07:00
Matt Garriott 3e3a0049a6 WorkdaysBetween: Allow date format M/D/YYYY 2014-01-15 15:40:42 -07:00
Matt Garriott 34ab4ab57c WorkdaysBetween: Allow comma in MMM DD, YYYY format 2014-01-15 15:38:36 -07:00
Matt Garriott d59ff1ec61 WorkdaysBetween: Allow date format MMM DD YYYY 2014-01-15 15:36:01 -07:00
Matt Garriott d5e53bc2d8 WorkdaysBetween: Add ridiculous date format tests 2014-01-15 15:17:24 -07:00
Matt Garriott a69d24b336 WorkdaysBetween: Allow DD/MM/YYYY date format 2014-01-15 15:15:44 -07:00
Matt Garriott 8f483e6080 WorkdaysBetween: Parse dates in another subroutine 2014-01-15 14:59:49 -07:00
Matt Garriott 845b2822b2 WorkdaysBetween: Match on "business days between" 2014-01-15 13:58:05 -07:00
Matt Garriott b1c28a380f WorkdaysBetween: Use default zci is_cached
zci is_cached => 1 is now the default, so there is no reason to specify
it explicitly.
2014-01-15 05:02:45 -07:00
Matt Garriott d416ede80b WorkdaysBetween: Use Date::Calc::Objects for dates 2014-01-14 17:54:14 -07:00
Matt Garriott 4287a0b978 WorkdayBetween: Allow end date first 2014-01-14 17:54:14 -07:00
Matt Garriott 7c68752a05 WorkdaysBetween: Create first version 2014-01-14 17:54:14 -07:00