From 4f1dc9ce272cbead73d113a870fbbbe36cc76b6f Mon Sep 17 00:00:00 2001 From: Derek Ludwig Date: Mon, 15 Oct 2018 10:59:16 -0700 Subject: [PATCH] add comment --- tests/test_subdir.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_subdir.py b/tests/test_subdir.py index e200710c..6c183c98 100644 --- a/tests/test_subdir.py +++ b/tests/test_subdir.py @@ -7,6 +7,7 @@ from os.path import abspath, dirname import pytest from repo2docker.app import Repo2Docker +# This is the path to the repo2docker git repository that this file exists in. repo_path = dirname(dirname(abspath(__file__)))