Skip to content

Commit

Permalink
removed mo file - will be built in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirek Simek committed Oct 4, 2020
1 parent 00600f4 commit 9361dfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import os
import shutil
import subprocess
import tempfile

import pytest
Expand All @@ -26,6 +27,11 @@
@pytest.yield_fixture(scope="function")
def app(request):
"""Test mdcobject."""
assert subprocess.call([
'pybabel', 'compile', '-d', 'tests/translations/'
]) == 0


instance_path = tempfile.mkdtemp()
app = Flask('testapp', instance_path=instance_path)

Expand Down
Binary file removed tests/translations/cs/LC_MESSAGES/messages.mo
Binary file not shown.

0 comments on commit 9361dfb

Please sign in to comment.