test_node.py 329 B

123456789101112131415161718
  1. #
  2. # Copyright (C) 2014-2015 UAVCAN Development Team <uavcan.org>
  3. #
  4. # This software is distributed under the terms of the MIT License.
  5. #
  6. # Author: Ben Dyer <ben_dyer@mac.com>
  7. # Pavel Kirienko <pavel.kirienko@zubax.com>
  8. #
  9. import unittest
  10. from uavcan import node
  11. # TODO
  12. if __name__ == '__main__':
  13. unittest.main()