Page MenuHomec4science

test_oncilla_sim.py
No OneTemporary

File Metadata

Created
Fri, Nov 15, 08:53

test_oncilla_sim.py

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