Fix unit tests & setup.py file#94
Conversation
|
@ooeygui Could you please test/review this PR .? |
Codecov Report
@@ Coverage Diff @@
## ros2 #94 +/- ##
=======================================
Coverage 68.21% 68.21%
=======================================
Files 3 3
Lines 607 607
=======================================
Hits 414 414
Misses 193 193 Continue to review full report at Codecov.
|
|
Thank you for the quick turnaround - testing now |
|
Confirmed working on ubuntu. |
|
Looks like the Windows release hasn't caught up with the pytest issues, so I had to manually revert Looks like we're missing some exports for Windows when building. Taking a look. |
Look like these errors should be fixed in #91, have you tried rebasing on it.? |
|
@JafarAbdi Ack! I thought I cherry-picked your change into a fixed branch - checking now. |
|
I can confirm that this change works for Windows and Linux! Thank you for fixing this @JafarAbdi |
Fix: #92
Fix: #93