The file says the following
|
############################################################################# |
|
# TODO fake test to replace with test below when nelson is available |
|
# as a package (for CI) |
|
|
|
import unittest |
|
|
|
class TestFake(unittest.TestCase): |
|
|
|
def test_fake(self): |
|
pass |
|
|
|
############################################################################# |
So currently no kernel tests are present I guess