forked from github/pelican
Merge pull request #276 from AndreaCrotti/float_precision
on my machine leaving the places to 2 or 1 makes this test fail, I
This commit is contained in:
commit
0d9298313f
1 changed files with 1 additions and 1 deletions
|
|
@ -85,4 +85,4 @@ class TestUtils(unittest.TestCase):
|
|||
os.utime(filename, (t, t))
|
||||
changed = utils.files_changed(path, 'rst')
|
||||
self.assertEquals(changed, True)
|
||||
self.assertAlmostEqual(utils.LAST_MTIME, t, places=2)
|
||||
self.assertAlmostEqual(utils.LAST_MTIME, t, places=0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue