|
Logic implemented to install pymcsapi directly into the Python 2.7 (x64) or Python 3.7 (x64) installation directory if it is discovered.
For QA:
- test if you can build the api with and without "cmake -DPYTHON=OFF" option
- test if the installation works on Windows 10 without pre-installed Python
- test if the installation works on Windows 10 with pre-installed Python and if you can use pymcsapi in Python 2.7 or 3.7
- run the regression suite after successful installation
- test if the uninstall works on Windows 10 and pymcsapi isn't present and usable any more
|