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
{{ message }}
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
Verifies whether it can deploy the Pip package to test.pypy.org
Verifies whether it can install it using pip install
These tests do not verify whether the Pip package are well-formed therefore we should have a test which performs basic sanity checks on the installed package, for example, by attempting to import and instantiate the kglib from a real Python program.
The text was updated successfully, but these errors were encountered:
- Adds an end-to-end test that depends upon `grakn-kglib` from the PyPi test server
- Splits out example from main source
-Updates READMEs, now there is one for the KGCN example, one for KGCN general usage, and one for the whole repo
- Updates some example schema used for the Vienna meetup 29/01/2019
Addresses #35#36#37#31#30
Right now the deployment test:
pip install
These tests do not verify whether the Pip package are well-formed therefore we should have a test which performs basic sanity checks on the installed package, for example, by attempting to import and instantiate the kglib from a real Python program.
The text was updated successfully, but these errors were encountered: