-
Hi there, a short question: how do you run the tests included in the package? Installation seems fine, the build of pythonfmu-export also worked flawlessly, it seems (on MacOS 13.6, Apple Silicone); creating an FMU via pythonfmu build -f pythonslave.py also seemed to work, however, in the FMU subfolder "binaries" there is only linux64 and win64 - no idea, if this is an (additional) issue. However, running the test_*.py scripts does not seem to lead to any actual running of any FMUs. I was unable to find an actual "tester". Thanks for any ideas. Best, Achim. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The pythonfmu distribution from pip/conda will only include binaries for x64 Windows and Linux. However, if you build pythonfmu-export it should generate binaries for OSX in some folder that can be copied into the FMU. If the package actually work on OSX, however, I have no idea. As for tests, they should run when using pytest? |
Beta Was this translation helpful? Give feedback.
The pythonfmu distribution from pip/conda will only include binaries for x64 Windows and Linux. However, if you build pythonfmu-export it should generate binaries for OSX in some folder that can be copied into the FMU. If the package actually work on OSX, however, I have no idea. As for tests, they should run when using pytest?