artemis-analytics / artemis

Apache License 2.0
5 stars 2 forks source link

Skip unit tests when module import fails on macOS #50

Closed ryanmwhitephd closed 4 years ago

ryanmwhitephd commented 4 years ago

Development / testing on macOS with compiled libs using arrow-cpp has symbol errors that have not been resolved. This is easy to resolve by using the @unittest.skipTest decorator when module fails to import.