From 6e7a7d10437c449da1341db90b4c600087e997cc Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 25 Jul 2026 20:37:33 -0700 Subject: [PATCH] recipes/recipes_emscripten/passagemath-flint/test_passagemath_flint.py (test_number_of_partitions): New --- .../passagemath-flint/test_passagemath_flint.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes/recipes_emscripten/passagemath-flint/test_passagemath_flint.py b/recipes/recipes_emscripten/passagemath-flint/test_passagemath_flint.py index 9e81cb1b25d..470e4832b16 100644 --- a/recipes/recipes_emscripten/passagemath-flint/test_passagemath_flint.py +++ b/recipes/recipes_emscripten/passagemath-flint/test_passagemath_flint.py @@ -3,3 +3,9 @@ def test_import_passagemath_flint(): import passagemath_flint + + +def test_number_of_partitions(): + import passagemath_flint + from sage.libs.flint.arith_sage import number_of_partitions + assert number_of_partitions(100) == 190569292