ni / niflexlogger-automation-python

The niflexlogger-automation package contains an API (Application Programming Interface) and examples for using Python to automate NI FlexLogger. The automation API supports modifying the configuration of existing FlexLogger projects and controlling the execution of FlexLogger test sessions. The package is implemented in Python. NI created and supports this package.
MIT License
8 stars 6 forks source link

Fix some errors when cleaning up test run in tox #15

Closed gregstoll closed 3 years ago

gregstoll commented 3 years ago

What does this Pull Request accomplish?

When running tests in tox there are some errors at the end of the run in test cleanup. This PR fixes these errors.

There are still some warnings that are happening; I will address this in a separate PR.

Why should this Pull Request be merged?

Makes it easier to see when tests are failing.

What testing has been done?

Ran a full test run locally, there were only warnings and no errors at the end of the run.