"""Test APBS input file parsing."""
import pytest


@pytest.mark.xfail(raises=NotImplementedError)
def test_input():
    """Test input files."""
    raise NotImplementedError("FINISH OVERALL INPUT FILE TEST")
