Skip to content

Commit

Permalink
Enable test from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed May 2, 2017
1 parent 252f195 commit ba4fee8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_safe_indexed_gzip.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@
from __future__ import print_function
from __future__ import division

import time
import threading

import numpy as np

import pytest

import indexed_gzip as igzip

from . import test_indexed_gzip as test_igzip
from . import ctest_zran


pytestmark = pytest.mark.indexed_gzip_test


def test_SafeIndexedGzipFile_open_close(testfile):

f = igzip.SafeIndexedGzipFile(filename=testfile)
Expand Down

0 comments on commit ba4fee8

Please sign in to comment.