| # Auto-generated by loom_benchmarks.util.pytest_from_test_strings. | |
| from solution import * # noqa: F401,F403 | |
| def test_mbpp_2() -> None: | |
| assert count_samepair([1,2,3,4,2,6,7,8],[2,2,3,1,2,6,7,8],[2,1,3,1,2,6,7,8])==5 | |
| # Auto-generated by loom_benchmarks.util.pytest_from_test_strings. | |
| from solution import * # noqa: F401,F403 | |
| def test_mbpp_2() -> None: | |
| assert count_samepair([1,2,3,4,2,6,7,8],[2,2,3,1,2,6,7,8],[2,1,3,1,2,6,7,8])==5 | |