kopia lustrzana https://github.com/micropython/micropython-lib
9 wiersze
196 B
Python
9 wiersze
196 B
Python
![]() |
import unittest
|
||
|
import isolated
|
||
|
|
||
|
|
||
|
class TestUnittestIsolated1(unittest.TestCase):
|
||
|
def test_NotChangedByOtherTest(self):
|
||
|
self.assertIsNone(isolated.state)
|
||
|
isolated.state = True
|