News

I'm working on writing tests for a Python module that looks like this (edited ... I thought I could do something like Code: class TestConsole(unittest.TestCase): def test_log_with_freecad(self ...
With MyHDL, Python's unit testing framework, unittest, can be used for test-driven hardware development. Listing 3 shows test code for the SPI slave module. Tests are defined in a subclass of the ...