Skip to content

Instantly share code, notes, and snippets.

@satsin06
Created June 8, 2023 20:00
Show Gist options
  • Save satsin06/7b024e10a21ea21892f0a34fae842304 to your computer and use it in GitHub Desktop.
Save satsin06/7b024e10a21ea21892f0a34fae842304 to your computer and use it in GitHub Desktop.
import pytest
from satyampy import __main__
def test_adding(sample_inputs):
x, y = sample_inputs
assert __main__.adding(x, y) == 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment