Added tests
This commit is contained in:
parent
a7aaddafb2
commit
1f38724fd0
11
.gitea/workflows/package.yml
Normal file
11
.gitea/workflows/package.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: Python Package
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Package:
|
||||
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v3.26
|
||||
secrets:
|
||||
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
|
||||
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}
|
||||
|
||||
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
import schemeld
|
||||
import wikidata
|
||||
import wikidata_ext
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
def test_get_triples():
|
||||
client = wikidata.client.Client()
|
||||
|
||||
EQV_PROPERTY = client.get('P1628')
|
Loading…
Reference in New Issue
Block a user