This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bfe
/
testprj2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test file
master
Bruno FELIX
2 years ago
parent
7282cad438
commit
de2ca58158
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
main.py
+ 11
- 0
main.py
View File
@@ -0,0 +1,11 @@
import unittest
class Main(unittest.TestCase):
def test_some(self):
self.assertTrue(True)
self.assertFalse(False)
self.assertTrue(True)
if __name__ == '__main__':
unittest.main()
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.