Skip to content

Commit

Permalink
Cleanups tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4e3 committed Sep 16, 2017
1 parent b03bd85 commit 64d2df6
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tests/test_aperitive.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,13 @@
"""Tests for `aperitive` package."""
import os

import pytest
import yaml

from click.testing import CliRunner

from aperitive import console


@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


def test_command_line_interface():
"""Test the CLI."""
runner = CliRunner()
Expand Down

0 comments on commit 64d2df6

Please sign in to comment.