summaryrefslogtreecommitdiff
path: root/tests/test_jobstores.py
Commit message (Expand)AuthorAgeFilesLines
* Replaced @yield_fixture with @fixtureAlex Grönholm2019-03-181-6/+6
* Adapted RethinkDBJobStore to rethinkdb library v2.4+Alex Grönholm2019-03-181-1/+1
* Fixed class methods being mistaken for instance methodsv3.5.3Alex Grönholm2018-08-141-1/+11
* Fixed scheduling of bound methods on persistent job storesAlex Grönholm2018-08-101-0/+12
* Use getfixturevalue() instead of the deprecated getfuncargvalue()Alex Grönholm2017-04-231-2/+2
* Renamed ZookeeperJobStore to ZooKeeperJobStoreAlex Grönholm2016-07-161-5/+5
* Zookeeper jobstore support (#144)Jose Ignacio Villar2016-07-031-6/+56
* Improved PEP 8 and PEP 257 compliancyAlex Grönholm2015-12-111-8/+13
* Store the test SQLite database in a temporary directoryAlex Grönholm2015-12-101-5/+5
* Moved the connection logic in job stores to the start() methodAlex Grönholm2015-12-101-43/+35
* Fixed the MongoDB job store repr() test to work with newer versions of PyMongoAlex Grönholm2015-12-091-1/+1
* Cleanups and fixes for the rethinkdb job storeAlex Grönholm2015-06-131-2/+1
* Fixed compatibility with pymongo 3.0Alex Grönholm2015-04-201-3/+2
* Fixed wrong job sort order in some job stores and a related exception in the ...Alex Grönholm2015-03-091-3/+6
* Cleanup to fix flake8 testsAlex Grönholm2014-10-201-1/+2
* Merged agronholm/apscheduler into masterAllen Sanabria2014-07-071-0/+8
|\
| * Use Float instead of BigInteger in SQLAlchemyJobStore to maintain proper job ...Alex Grönholm2014-07-071-0/+8
* | All tests are passing on python 2.7 except for the 3 same tests.Allen Sanabria2014-06-301-4/+5
* | Working on testAllen Sanabria2014-06-301-4/+4
* | Added rethinkdb to test suiteAllen Sanabria2014-06-301-0/+13
|/
* Fixed infinite loop and index corruption in MemoryJobStoreAlex Grönholm2014-06-161-4/+35
* Changed the trigger API to allow it to work with run times in the pastAlex Grönholm2014-05-311-1/+1
* Tweaked the scheduler and job stores API and added the reschedule_job() methodAlex Grönholm2014-05-301-60/+46
* Added API documentation for job storesAlex Grönholm2014-05-281-7/+7
* Removed the JobHandle classAlex Grönholm2014-05-261-2/+9
* Fixed timezone handling bugs uncovered by the latest pytz updateAlex Grönholm2014-05-191-7/+7
* Made the flake8 tests cover the "tests" directory as well and fixed the probl...Alex Grönholm2014-04-211-3/+3
* Automatically remove jobs that fail to deserialize or whose executor is not f...Alex Grönholm2014-04-201-3/+5
* Minor improvements to the job store and executor APIsAlex Grönholm2014-04-181-4/+4
* Resurrected the Redis job store and fixed null next_run_time handling in othe...Alex Grönholm2014-04-101-7/+27
* Simplified the job store API and harmonized the Mongo/SQLAlchemy job store im...Alex Grönholm2014-04-101-51/+35
* Made the timezone argument optional again where possibleAlex Grönholm2014-04-061-1/+1
* Test cleanups and test suite configuration improvementsAlex Grönholm2014-04-061-3/+0
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-55/+48
* Changed the syntax for adding a new jobAlex Grönholm2014-04-011-4/+6
* Wake up the scheduler if the job's next run time is changed by modify_job()Alex Grönholm2014-03-161-1/+0
* Added a method to modify jobsAlex Grönholm2014-03-091-5/+5
* PEP 8 fixAlex Grönholm2014-03-091-1/+1
* Decoupled schedulers and job storesAlex Grönholm2014-03-091-23/+18
* Raise a reasonable exception when attempting to persist a job with no func_refAlex Grönholm2014-03-091-1/+6
* Overhauled the job store system and ditched ShelveJobStore and RedisJobStore ...Alex Grönholm2014-03-091-64/+220
* Migrated from nose to py.testAlex Grönholm2014-01-201-0/+117