We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efacea8 commit 317202dCopy full SHA for 317202d
tests/requirements.txt
@@ -1,8 +1,9 @@
1
gease
2
codecov
3
-moban>=0.6.4
+moban>=0.8.2
4
pytest~=3.6.1
5
flake8
6
yamllint
7
moban-jinja2-github
8
moban-ansible
9
+gitfs2
tests/test_utils.py
@@ -1,5 +1,7 @@
import os
+import moban_ansible.tests.files
+import moban_ansible.engines.line_in_file
from moban.plugins.jinja2.engine import Engine
from moban.externals import file_system
0 commit comments