Skip to content

Commit

Permalink
No initial build in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GaretJax committed Feb 13, 2016
1 parent 20f075b commit d13b530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_autobuild/test/test_autobuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def patched_args(sys_args, monkeypatch):


@pytest.mark.parametrize('sys_args', (
['sphinx-autobuild', '/source', '/output'],
['sphinx-autobuild', '--no-initial', '/source', '/output'],
))
@mock.patch.object(observers.Observer, 'schedule')
@mock.patch.object(livereload.Server, 'serve')
Expand Down

0 comments on commit d13b530

Please sign in to comment.