Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 7e90a01

Browse files
committed
Fixed version
1 parent c574639 commit 7e90a01

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "integrify"
77
packages = [{include = "integrify", from="src"}]
8-
version = "2.1.0"
8+
version = "2.1.1"
99
description = "Integrify API inteqrasiyalarını rahatlaşdıran sorğular kitabaxanasıdır."
1010
license = "GPL-3.0-or-later"
1111
authors = [

tests/azericard/__init__.py

Whitespace-only changes.

tests/azericard/conftest.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import pytest
2+
3+
from integrify.azericard.client import AzeriCardClientClass
4+
5+
6+
@pytest.fixture(scope='package')
7+
def epoint_client():
8+
yield AzeriCardClientClass()

0 commit comments

Comments
 (0)