Skip to content

Console Output

+ PYTHONPATH=/eda/processor-ci-communication PORT=/dev/ttyACM0 python3 -m unittest discover -s /eda/processor-ci-communication/tests -p *.py
/eda/processor-ci-communication/tests/test_00.py:14: ResourceWarning: unclosed file <_io.TextIOWrapper name='/eda/processor-ci-tests/tests/memory/000-addi.hex' mode='r' encoding='UTF-8'>
  dados, size = read_file("/eda/processor-ci-tests/tests/memory/000-addi.hex")
ResourceWarning: Enable tracemalloc to get the object allocation traceback
./eda/processor-ci-communication/tests/test_01.py:14: ResourceWarning: unclosed file <_io.TextIOWrapper name='/eda/processor-ci-tests/tests/memory/001-add.hex' mode='r' encoding='UTF-8'>
  dados, size = read_file("/eda/processor-ci-tests/tests/memory/001-add.hex")
ResourceWarning: Enable tracemalloc to get the object allocation traceback
.
----------------------------------------------------------------------
Ran 2 tests in 0.286s

OK