log tests/test-manifest.py @ 40629:ab59cc71f80c

age author description
Wed, 14 Nov 2018 10:15:28 -0500 Augie Fackler tests: fix bytes/str issue I introduced when adding this test
Mon, 12 Nov 2018 20:35:22 -0500 Augie Fackler manifest: make sure there's a filename before bothering to look for newline
Thu, 22 Feb 2018 20:04:42 -0500 Augie Fackler cleanup: say goodbye to manifestv2 format
Mon, 19 Feb 2018 21:18:52 +0530 Pulkit Goyal py3: use dict.items() instead of dict.iteritems() in tests
Sun, 28 May 2017 21:31:29 -0400 Augie Fackler tests: make test-manifest.py portable to Python 3
Sun, 28 May 2017 18:08:36 -0400 Augie Fackler tests: make test-manifest finish importing in Python 3
Sun, 28 May 2017 18:08:14 -0400 Augie Fackler tests: drop assertIn polyfill now that we're 2.7-only
Sat, 13 May 2017 11:52:44 -0700 Gregory Szorc tests: use context manager form of assertRaises
Mon, 10 Apr 2017 13:07:47 -0700 Durham Goode treemanifest: add walksubtrees api
Tue, 07 Mar 2017 09:56:11 -0800 Durham Goode manifest: add match argument to diff and filesnotin
Sat, 16 Apr 2016 03:08:16 +0530 Pulkit Goyal tests: make test-manifest use absolute_import
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 07 Apr 2015 15:16:19 -0700 Drew Gottlieb test-manifest: add some test coverage for treemanifest
Tue, 07 Apr 2015 15:16:19 -0700 Drew Gottlieb test-manifest: make manifesttest a base class that is extended