15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
19
from breezy.tests.per_workingtree import TestCaseWithWorkingTree
22
22
class TestIsIgnored(TestCaseWithWorkingTree):
24
30
def _set_user_ignore_content(self, ignores):
25
31
"""Create user ignore file and set its content to ignores."""
26
32
config.ensure_config_dir_exists()
27
33
user_ignore_file = config.user_ignore_config_filename()
34
37
def test_is_ignored(self):
35
38
tree = self.make_branch_and_tree('.')