DEBSOURCES
Skip Quicknav
sources / python-aioopenexchangerates / 0.4.14-2 / tests / test_main.py
12345678
"""Provide some test data for the unit tests.""" from aioopenexchangerates.main import add def test_add(): """Test the add function.""" assert add(1, 1) == 2