Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Georges Racinet
atd
Commits
c85cf6961d4f
Commit
b12ccde8
authored
Apr 12, 2015
by
Christophe Combelles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for release
parent
4f2b1250460b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
CHANGES.txt
CHANGES.txt
+3
-2
README.txt
README.txt
+1
-1
TODO.txt
TODO.txt
+0
-3
setup.py
setup.py
+1
-1
No files found.
CHANGES.txt
View file @
c85cf696
...
...
@@ -2,9 +2,10 @@
Changes
~~~~~~~
Unrealeased
------------
0.5 (2015-04-12)
------------
----
- Added support for time.* functions
- #6: fixed picking error
...
...
README.txt
View file @
c85cf696
...
...
@@ -2,7 +2,7 @@ anybox.testing.datetime
=======================
This package allows to **cheat with current time** in tests.
It has initially been used in O
penERP
to test workflows spanning over a long period of time.
It has initially been used in O
doo
to test workflows spanning over a long period of time.
Currently it mainly provides a ``datetime.set_now()`` method to fake the
current time, and a ``datetime.real_now()`` to return back to the original
...
...
TODO.txt
View file @
c85cf696
Done:
- patch time.time() as well in a consistent manner
- hook the README as a doctest
setup.py
View file @
c85cf696
from
setuptools
import
setup
,
find_packages
version
=
'0.
4.2
'
version
=
'0.
5
'
setup
(
name
=
"anybox.testing.datetime"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment