index
:
delta/python-packages/apscheduler.git
2.1
3.0
3.x
cron-dst-fix
jitterfix
master
pre-commit-ci-update-config
upgrade-tzlocal
github.com: agronholm/apscheduler.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed PyPy3 test failure
Alex Grönholm
2017-10-10
1
-0
/
+3
*
Fixed @scheduled_job not playing nice with persistent job stores (fixes #150)
Alex Grönholm
2016-11-06
1
-4
/
+16
*
Added tests for the import fix in ref_to_obj()
Alex Grönholm
2016-07-14
1
-0
/
+10
*
Improved PEP 8 and PEP 257 compliancy
Alex Grönholm
2015-12-11
1
-35
/
+60
*
Made "funcsigs" a mandatory dependency on Python 2
Alex Grönholm
2015-12-10
1
-10
/
+5
*
Fixed minor issues with tests
Alex Grönholm
2015-10-01
1
-1
/
+1
*
Fixed ValueError when the target callable has a default keyword argument that...
Alex Grönholm
2015-01-06
1
-0
/
+6
*
Modified get_callable_name() to work with a wider variety of callables
Alex Grönholm
2014-10-10
1
-12
/
+14
*
Improved the test for ref_to_obj()
Alex Grönholm
2014-09-09
1
-1
/
+2
*
Bail out if the name of the local timezone cannot be determined
Alex Grönholm
2014-06-28
1
-0
/
+10
*
Handle naive datetimes passed as next_run_time
Brendan McCollam
2014-06-27
1
-2
/
+2
*
Added unit tests for the BaseScheduler class
Alex Grönholm
2014-06-15
1
-9
/
+2
*
Overhauled the tests for apscheduler.util module
Alex Grönholm
2014-05-30
1
-120
/
+148
*
Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...
Alex Grönholm
2014-05-19
1
-11
/
+10
*
Fixed the positional-only arguments test
Alex Grönholm
2014-05-11
1
-6
/
+16
*
Added configurable job defaults for max_instances and max_runs and enabled a ...
Alex Grönholm
2014-04-21
1
-0
/
+6
*
Made the flake8 tests cover the "tests" directory as well and fixed the probl...
Alex Grönholm
2014-04-21
1
-1
/
+4
*
Used inspect.signature() to check arguments to otherwise uninspectable callables
Alex Grönholm
2014-04-21
1
-0
/
+42
*
Fixed datetime_to_utc_timestamp() losing microsecond accuracy
Alex Grönholm
2014-04-13
1
-1
/
+1
*
Test cleanups and test suite configuration improvements
Alex Grönholm
2014-04-06
1
-28
/
+24
*
Replaced the thread pool with a pluggable executor system
Alex Grönholm
2014-04-06
1
-35
/
+0
*
Use timestamps instead of datetimes for indexing jobs
Alex Grönholm
2014-03-09
1
-0
/
+7
*
Fixed issue in obj_to_ref when __module__ attribute doesn't exist.
Curtis Vogt
2014-03-07
1
-0
/
+2
*
Implemented integration with various event loops
Alex Grönholm
2014-02-24
1
-7
/
+21
*
Added a more elegant method of skipping tests based on the Python version
Alex Grönholm
2014-02-02
1
-4
/
+3
*
PEP-8 fixes and testing improvements
Alex Grönholm
2014-01-20
1
-3
/
+3
*
Migrated from nose to py.test
Alex Grönholm
2014-01-20
1
-0
/
+213