iker-python-common 1.0.4__tar.gz → 1.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/PKG-INFO +1 -1
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/PKG-INFO +1 -1
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/dbutils_test.py +2 -6
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/.editorconfig +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/.github/workflows/pr.yml +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/.github/workflows/push.yml +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/.gitignore +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/MANIFEST.in +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/README.md +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/VERSION +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/pyproject.toml +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.baz/file.bar.baz +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.baz/file.foo.bar +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.baz/file.foo.baz +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/file.bar +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/file.baz +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/file.foo +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/setup.cfg +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/setup.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/__init__.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/__init__.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/config.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/dbutils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/dockerutils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/dtutils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/funcutils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/logger.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/numutils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/randutils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/retry.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/s3utils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/sequtils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/shutils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/span.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/strutils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker/common/utils/testutils.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/SOURCES.txt +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/dependency_links.txt +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/not-zip-safe +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/requires.txt +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/top_level.txt +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/__init__.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/config_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/dockerutils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/dtutils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/funcutils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/logger_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/numutils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/randutils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/retry_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/s3utils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/sequtils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/shutils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/span_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/strutils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/testutils_test.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/docker_fixtures.py +0 -0
- {iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/iker_test.py +0 -0
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/dbutils_test.py
RENAMED
|
@@ -19,14 +19,10 @@ from iker.common.utils.funcutils import unique_returns
|
|
|
19
19
|
from iker.common.utils.randutils import randomizer
|
|
20
20
|
from iker.common.utils.testutils import nested_approx
|
|
21
21
|
|
|
22
|
-
fixture_mysql_test_proc = pytest_mysql.factories.mysql_proc(host="localhost",
|
|
23
|
-
port=randomizer().next_int(9900, 10000),
|
|
24
|
-
user="root")
|
|
22
|
+
fixture_mysql_test_proc = pytest_mysql.factories.mysql_proc(host="localhost", user="root")
|
|
25
23
|
fixture_mysql_test = pytest_mysql.factories.mysql("fixture_mysql_test_proc", dbname="test")
|
|
26
24
|
|
|
27
|
-
fixture_postgresql_test_proc = pytest_postgresql.factories.postgresql_proc(host="localhost",
|
|
28
|
-
port=randomizer().next_int(9900, 10000),
|
|
29
|
-
user="postgres")
|
|
25
|
+
fixture_postgresql_test_proc = pytest_postgresql.factories.postgresql_proc(host="localhost", user="postgres")
|
|
30
26
|
fixture_postgresql_test = pytest_postgresql.factories.postgresql("fixture_postgresql_test_proc", dbname="test")
|
|
31
27
|
|
|
32
28
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/file.bar
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/file.baz
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/resources/unittest/shutils/dir.foo/file.foo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/requires.txt
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/src/iker_python_common.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/config_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/dtutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/funcutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/logger_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/numutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/randutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/retry_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/s3utils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/sequtils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/shutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/span_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/strutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.4 → iker_python_common-1.0.5}/test/iker_tests/common/utils/testutils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|