~nataliabidart/magicicada-server/embed-u1sync

« back to all changes in this revision

Viewing changes to magicicada/server/testing/testcase.py

  • Committer: Magicicada Bot
  • Author(s): Facundo Batista
  • Date: 2017-01-08 23:37:32 UTC
  • mfrom: (79.1.2 publicfiles)
  • Revision ID: magicicada_bot-20170108233732-faaeoq6sc9jorgue
[r=nataliabidart] Support public files changing and listing through the normal Server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        """In the present we trust."""
56
56
        return int(time.time())
57
57
 
 
58
 
58
59
# need to patch this timestamp checker so it doesn't go to the real server
59
60
client.tx_timestamp_checker = FakeTimestampChecker()
60
61