Skip to main content

App for unit testing with GDB

Project description

# GUnit App for executing unit tests using GDB.

Documentation: https://github.com/estcube/GUnit/wiki/Documentation

## Example For example if OpenOCD is used as GDB server and we are testing on an ARM chip `python gunit = GUnit.openOCD("localhost:9000", executable='arm-none-eabi-gdb') gunit.test("test.elf") gunit.junit() `

The first line will create a GUnit object for OpenOCD. The second line will execute the tests and the third line will construct a JUnit test report.

All the outputs will be put into gunit directory. To specify where the directory will be generated, define build_dir argument for the constructor.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gunit-0.1.8.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

gunit-0.1.8-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page