ni / measurement-plugin-python

Python framework to develop measurement plug-ins for NI application software. Contains sample measurement plug-ins for InstrumentStudio and TestStand.
MIT License
19 stars 15 forks source link

Added check for metadata validation #807

Closed LazeringDeath closed 3 months ago

LazeringDeath commented 3 months ago

What does this Pull Request accomplish?

Check metadata for any invalid characters.

Why should this Pull Request be merged?

Resolve issue#25

What testing has been done?

Created a test to ensure the check is working.

github-actions[bot] commented 3 months ago

Test Results

    30 files  ±  0      30 suites  ±0   37m 17s :stopwatch: - 7m 15s    640 tests +  8     640 :white_check_mark: +  8      0 :zzz: ± 0  0 :x: ±0  15 820 runs  +240  14 750 :white_check_mark: +230  1 070 :zzz: +10  0 :x: ±0 

Results for commit 3b8667d4. ± Comparison against base commit aa99a84d.

:recycle: This comment has been updated with latest results.

dixonjoel commented 3 months ago

It looks like this branch contains the changes from your encoder / decoder branch. When you created the branch did you branch off of main or off of the encoder branch?