From 98c074f19492d81ebf5b5c3f4d4f2210aa56230d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 13 Jan 2016 11:16:38 -0500 Subject: Refactor API differences into a separate class. We now have an IAPI interface which defines methods to convert to/from UUIDs to their REST representations, and to calculate the API-homed full URL path to a resource. Add implementations API30 and API31 to handle the two different implementations so far. This also simplifies the various path_to() calls. Also: Add support for diff_cover to tox.ini to check that all differences against the master branch have full test coverage. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f1a1394d3..6f84f46eb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ var htmlcov __pycache__ .tox +coverage.xml +diffcov.html -- cgit v1.2.3-70-g09d2