This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
bitelab
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make sure that the defattrname is set properly..
main
John-Mark Gurney
4 years ago
parent
dbf53bbac3
commit
897f7be944
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
bitelab/__init__.py
+ 2
- 0
bitelab/__init__.py
View File
@@ -834,6 +834,8 @@ class TestAttrs(unittest.IsolatedAsyncioTestCase):
data = 'somepath'
sc = SerialConsole(data)
self.assertEqual(sc.defattrname, 'console')
self.assertEqual(data, await sc.getvalue())
with self.assertRaises(TypeError):
Write
Preview
Loading…
Cancel
Save