Skip to content
Snippets Groups Projects
Commit f132ac6588cd authored by Boris Feld's avatar Boris Feld
Browse files

Add a new basic test to detect regressions on hg update

parent 31adf9d32731
No related branches found
No related tags found
No related merge requests found
{"site_id":"e6f44312-edda-408d-bbe2-48469f084d9f","path":"html/html"}
\ No newline at end of file
{"site_id":"e6f44312-edda-408d-bbe2-48469f084d9f","path":"html/html","production":{"site_id":"3d194a67-4f0a-4580-9d30-3d7638967cb6","path":"html/html"}}
\ No newline at end of file
......@@ -171,6 +171,10 @@
time = self._execute("id", "-r", ". ")
return time
def time_up_tip_100(self, *args, **kwargs):
self._execute("up", "-r", "tip~100")
self._execute("up", "-r", "tip")
class LogTimeTestSuite(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment