summaryrefslogtreecommitdiff
path: root/tests/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed minor issues with testsAlex Grönholm2015-10-011-1/+1
* Fixed ValueError when the target callable has a default keyword argument that...Alex Grönholm2015-01-061-0/+6
* Modified get_callable_name() to work with a wider variety of callablesAlex Grönholm2014-10-201-12/+14
* Improved the test for ref_to_obj()Alex Grönholm2014-10-201-1/+2
* Bail out if the name of the local timezone cannot be determinedAlex Grönholm2014-06-281-0/+10
* Handle naive datetimes passed as next_run_timeBrendan McCollam2014-06-271-2/+2
* Added unit tests for the BaseScheduler classAlex Grönholm2014-06-151-9/+2
* Overhauled the tests for apscheduler.util moduleAlex Grönholm2014-05-301-120/+148
* Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...Alex Grönholm2014-05-191-11/+10
* Fixed the positional-only arguments testAlex Grönholm2014-05-111-6/+16
* Added configurable job defaults for max_instances and max_runs and enabled a ...Alex Grönholm2014-04-211-0/+6
* Made the flake8 tests cover the "tests" directory as well and fixed the probl...Alex Grönholm2014-04-211-1/+4
* Used inspect.signature() to check arguments to otherwise uninspectable callablesAlex Grönholm2014-04-211-0/+42
* Fixed datetime_to_utc_timestamp() losing microsecond accuracyAlex Grönholm2014-04-131-1/+1
* Test cleanups and test suite configuration improvementsAlex Grönholm2014-04-061-28/+24
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-35/+0
* Use timestamps instead of datetimes for indexing jobsAlex Grönholm2014-03-091-0/+7
* Fixed issue in obj_to_ref when __module__ attribute doesn't exist.Curtis Vogt2014-03-071-0/+2
* Implemented integration with various event loopsAlex Grönholm2014-02-241-7/+21
* Added a more elegant method of skipping tests based on the Python versionAlex Grönholm2014-02-021-4/+3
* PEP-8 fixes and testing improvementsAlex Grönholm2014-01-201-3/+3
* Migrated from nose to py.testAlex Grönholm2014-01-201-0/+213