Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
unittest_ex1.py
rfmonk
Sep 9th, 2014
305
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
#! /usr/bin/env python
"""
"""
import
unittest
def
fun
(
x
)
:
return
x +
1
class
MyTest
(
unittest
.
TestCase
)
:
def
test
(
self
)
:
self
.
assertEqual
(
fun
(
3
)
,
4
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
โญโญ FREE BTC GUIDE โ Working โ ๐ฏ
JavaScript | 28 sec ago | 0.67 KB
โญโญ FREE BTC GUIDE โ Working โญโญ
JavaScript | 1 min ago | 0.67 KB
โกโก +10,000$ in 1 month
JavaScript | 1 min ago | 0.67 KB
๐ 2OOO$ 15 MIN INSANE METHOD ๐ต๐จ ๐ฏ๐
JavaScript | 1 min ago | 0.67 KB
๐ QUICK 1K$ 20 MINUTES โ โ
JavaScript | 3 min ago | 0.67 KB
๐ VIP MONEY METHOD ๐ ๐๐ฏ
JavaScript | 4 min ago | 0.67 KB
Infinite Money Glitch
JavaScript | 4 min ago | 0.67 KB
โญโญ FREE BTC GUIDE โ Working โญโญ
JavaScript | 5 min ago | 0.67 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!