samila/test/warning_test.py

7 wiersze
194 B
Python
Czysty Zwykły widok Historia

2021-10-22 09:29:03 +00:00
# -*- coding: utf-8 -*-
"""
>>> from samila import *
>>> from pytest import warns
>>> with warns(RuntimeWarning, match='Neither function nor data is provided'):
... g = GenerativeImage()
"""