Source code for test_rmdawn
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for `rmdawn` package."""
import pytest
from click.testing import CliRunner
from cli import rmdawn_cli
[docs]@pytest.fixture
def response():
"""Sample pytest fixture.
See more at: http://doc.pytest.org/en/latest/fixture.html
"""
[docs]def test_content(response):
"""Sample pytest test function with the pytest fixture as an argument."""