Skip to content
Snippets Groups Projects
Commit 7ae294ed authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

unit test that warnings

parent baf66ddf
No related branches found
No related tags found
No related merge requests found
import unittest
import warnings
from satella.warnings import ExperimentalWarning
class TestWarning(unittest.TestCase):
def test_experimental_warning(self):
warnings.warn('Experimental', ExperimentalWarning)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment