Skip to content

Commit

Permalink
[FIX] fix import mlbox test
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel DEROMBLAY committed Jun 25, 2019
1 parent 3ececa1 commit 048869b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions tests/test_mlbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,5 @@
# -*- coding: utf-8 -*-
# License: BSD 3 clause
"""Test import of module mlbox."""
import pytest
import mlbox


@pytest.fixture
def response():
"""Sample pytest fixture.

See more at: http://doc.pytest.org/en/latest/fixture.html
"""
# import requests
# return requests.get('https://github.com/audreyr/cookiecutter-pypackage')


def test_content(response):
"""Sample pytest test function with the pytest fixture as an argument."""
# from bs4 import BeautifulSoup
# assert 'GitHub' in BeautifulSoup(response.content).title.string
import mlbox

0 comments on commit 048869b

Please sign in to comment.