From 04f2f95bb4ffae161ff0e7f01e381d6c7296fe14 Mon Sep 17 00:00:00 2001 From: baude Date: Sun, 11 Aug 2019 11:47:15 -0500 Subject: Create framework for varlink endpoint integration tests add the ability to write integration tests similar to our e2e tests for the varlink endpoints. Signed-off-by: baude --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4f1100d8e..2d984cb5a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ __pycache__ test/e2e/e2e.coverprofile /podman*zip podman*.tar.gz +.idea* -- cgit v1.2.3-54-g00ecf