summarylogtreecommitdiffstats
path: root/0117-smoketests-test-that-_decimal-exists.patch
blob: d5fab8e948fd782809c6e6844cf7467b847e080d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From b7d2e9e27140b56c131e1705bd20dcc7dac63eb2 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Thu, 23 Sep 2021 09:57:56 +0200
Subject: [PATCH 117/N] smoketests: test that _decimal exists

---
 mingw_smoketests.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mingw_smoketests.py b/mingw_smoketests.py
index 70acbd1..527aafb 100644
--- a/mingw_smoketests.py
+++ b/mingw_smoketests.py
@@ -139,6 +139,9 @@ class Tests(unittest.TestCase):
         import ctypes
         import curses
 
+    def test_c_modules_import(self):
+        import _decimal
+
     def test_socket_inet_ntop(self):
         import socket
         self.assertTrue(hasattr(socket, "inet_ntop"))
-- 
2.33.0