You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Docker support for Python API and enhance Java integration
- Updated Dockerfile for Python API with necessary configurations.
- Created entrypoint script for Python container to ensure API availability.
- Added example word count script for demonstration.
- Enhanced Java integration with dynamic API URL configuration.
- Updated dependencies in setup.cfg for compatibility.
- Modified GitHub Actions workflow to include Python image build and tests.
You can run the python tests by using pytest, the requirements for the tests are listed in `python/src/pywy/requirements.txt`. To run the tests navigate to the base wayang folder, e.g. `/var/www/html` and run `pytest -s python/src/pywy` if you need to pass a specific configuration for your use case you can also add a config flag `pytest -s --config=pathToYourConfig python/src/pywy/`
0 commit comments