Add some test on asm program assembly and execution
Created by: rpesche
I did add some test using pytest
You can launch it with :
pip install pytest
py.test test_execute_programs.py
I'm planning to add a gitlab pipeline to launch and check tests execution at every push.
I did some change on tma_16_assemble.py
to be able to use it in my tests