Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91874164
test_oncilla_sim.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 15, 08:53
Size
309 B
Mime Type
text/x-python
Expires
Sun, Nov 17, 08:53 (2 d)
Engine
blob
Format
Raw Data
Handle
22340079
Attached To
R6625 Oncilla Simulation
test_oncilla_sim.py
View Options
import
unittest
from
oncilla_sim
import
*
class
TestOncillaSim
:
def
setUp
(
self
):
"""Some setup """
def
tearDown
(
self
):
"""Some Teard down"""
def
test_that_pass
(
self
):
""" A really stupid test : Please make one"""
assert
False
Event Timeline
Log In to Comment