Skip to content

Commit

Permalink
Use clean_system fixture in copy test
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Mar 22, 2015
1 parent af9c563 commit 1288ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generate_copy_without_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def fin_remove_test_dir():
request.addfinalizer(fin_remove_test_dir)


@pytest.mark.usefixtures('remove_test_dir')
@pytest.mark.usefixtures('clean_system', 'remove_test_dir')
def test_generate_copy_without_render_extensions():
generate.generate_files(
context={
Expand Down

0 comments on commit 1288ea3

Please sign in to comment.