iker-python-common 1.0.60__tar.gz → 1.0.61__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.
Files changed (81) hide show
  1. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/PKG-INFO +1 -1
  2. iker_python_common-1.0.61/resources/unittest/shutils/dir.baz/file.bar.baz +16 -0
  3. iker_python_common-1.0.61/resources/unittest/shutils/dir.baz/file.foo.bar +16 -0
  4. iker_python_common-1.0.61/resources/unittest/shutils/dir.baz/file.foo.baz +16 -0
  5. iker_python_common-1.0.61/resources/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +16 -0
  6. iker_python_common-1.0.61/resources/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz +16 -0
  7. iker_python_common-1.0.61/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar +16 -0
  8. iker_python_common-1.0.61/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz +16 -0
  9. iker_python_common-1.0.61/resources/unittest/shutils/dir.foo/file.bar +16 -0
  10. iker_python_common-1.0.61/resources/unittest/shutils/dir.foo/file.baz +16 -0
  11. iker_python_common-1.0.61/resources/unittest/shutils/dir.foo/file.foo +16 -0
  12. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker_python_common.egg-info/PKG-INFO +1 -1
  13. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/shutils_test.py +120 -120
  14. iker_python_common-1.0.60/resources/unittest/shutils/dir.baz/file.bar.baz +0 -0
  15. iker_python_common-1.0.60/resources/unittest/shutils/dir.baz/file.foo.bar +0 -0
  16. iker_python_common-1.0.60/resources/unittest/shutils/dir.baz/file.foo.baz +0 -0
  17. iker_python_common-1.0.60/resources/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
  18. iker_python_common-1.0.60/resources/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz +0 -0
  19. iker_python_common-1.0.60/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar +0 -0
  20. iker_python_common-1.0.60/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz +0 -0
  21. iker_python_common-1.0.60/resources/unittest/shutils/dir.foo/file.bar +0 -0
  22. iker_python_common-1.0.60/resources/unittest/shutils/dir.foo/file.baz +0 -0
  23. iker_python_common-1.0.60/resources/unittest/shutils/dir.foo/file.foo +0 -0
  24. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/.editorconfig +0 -0
  25. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/.github/workflows/pr.yml +0 -0
  26. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/.github/workflows/push.yml +0 -0
  27. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/.gitignore +0 -0
  28. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/MANIFEST.in +0 -0
  29. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/README.md +0 -0
  30. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/VERSION +0 -0
  31. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/pyproject.toml +0 -0
  32. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/resources/unittest/config/config.cfg +0 -0
  33. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/resources/unittest/csv/data.csv +0 -0
  34. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/resources/unittest/csv/data.tsv +0 -0
  35. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/setup.cfg +0 -0
  36. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/setup.py +0 -0
  37. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/__init__.py +0 -0
  38. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/__init__.py +0 -0
  39. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/argutils.py +0 -0
  40. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/config.py +0 -0
  41. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/csv.py +0 -0
  42. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/dbutils.py +0 -0
  43. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/dockerutils.py +0 -0
  44. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/dtutils.py +0 -0
  45. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/funcutils.py +0 -0
  46. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/jsonutils.py +0 -0
  47. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/logger.py +0 -0
  48. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/numutils.py +0 -0
  49. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/randutils.py +0 -0
  50. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/retry.py +0 -0
  51. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/sequtils.py +0 -0
  52. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/shutils.py +0 -0
  53. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/span.py +0 -0
  54. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/strutils.py +0 -0
  55. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/testutils.py +0 -0
  56. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker/common/utils/typeutils.py +0 -0
  57. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker_python_common.egg-info/SOURCES.txt +0 -0
  58. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker_python_common.egg-info/dependency_links.txt +0 -0
  59. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker_python_common.egg-info/not-zip-safe +0 -0
  60. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker_python_common.egg-info/requires.txt +0 -0
  61. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/src/iker_python_common.egg-info/top_level.txt +0 -0
  62. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_test.py +0 -0
  63. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/__init__.py +0 -0
  64. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/argutils_test.py +0 -0
  65. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/config_test.py +0 -0
  66. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/csv_test.py +0 -0
  67. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/dbutils_test.py +0 -0
  68. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/dockerutils_test.py +0 -0
  69. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/dtutils_test.py +0 -0
  70. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/funcutils_test.py +0 -0
  71. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/jsonutils_test.py +0 -0
  72. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/logger_test.py +0 -0
  73. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/numutils_test.py +0 -0
  74. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/randutils_test.py +0 -0
  75. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/retry_test.py +0 -0
  76. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/sequtils_test.py +0 -0
  77. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/span_test.py +0 -0
  78. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/strutils_test.py +0 -0
  79. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/testutils_test.py +0 -0
  80. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/common/utils/typeutils_test.py +0 -0
  81. {iker_python_common-1.0.60 → iker_python_common-1.0.61}/test/iker_tests/docker_fixtures.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iker-python-common
3
- Version: 1.0.60
3
+ Version: 1.0.61
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.12
6
6
  Classifier: Programming Language :: Python :: 3.13
@@ -0,0 +1,16 @@
1
+ a8a02100e9c056a268ab37eab24e779e48fede1876b84ed3c7ca8ab85deeaeca
2
+ 79e97fdca8f0654e868cc8df06cf6b6cfe9d462c840711dbf42a8607919701a7
3
+ 77c3748acb005e2f629a80b8040163365f37804d4b0e174ddb1ecf3a535397ec
4
+ 0491153226b97cad16810e00e29af54141390b3778902ca5bf10636f0ceb4517
5
+ 4c087fe45d4da13a4098a4d28429d4db44cffd5a1e74712e153528235ea4edae
6
+ a6e92325d196f396e47b2359de8b8f42616dac799c2f902fa65af403b1b5f4da
7
+ 20ba5f1f9d22c9b872fe6fac9d1826fb8a25555dbc0c365e627c83413b33ec54
8
+ 8c2d17b8fd807064690e467a504e62488f122816dfe6633c12e7e5c602731c1f
9
+ ea71cc5db9bc57291b342c7c57aca7efb0cdb4d483408e624e4784c46b5e6387
10
+ 03a9459c9d51a456256496cd5c4b869e9a9938554deab6d00d35757690b0e8eb
11
+ 1e3559627ab862dc5c2d484df8de62e5e688be5be6dc153fc6708c1204767c80
12
+ bb59ca780800c5ac88ba97d16df06d655f6378c8e4ed72b0e56035453bb29780
13
+ 56d8c93fa7ac72d3609db5b950dac47da6e93c275f5138b32278ddde0c337ee6
14
+ ea69fa60b4b36a8cf4d474e434ace98326f08e7cc0d3875b49c83c250a596ce6
15
+ 123607bc959c2db77828d2b42f1b05f53a4a8b7e6a74a496f85d23f7ec743cf5
16
+ 6b9aa2ff76e89a810e8ff6371ddf3b72084a03296b75a590b47593d53dec3486
@@ -0,0 +1,16 @@
1
+ 720d2bd3a25198a16f64ac3d4d1f8df7f557e9b35acc9d5581a8f3af82ce60ed
2
+ 79528118740a4d2b64448d079323f4d60b1d388999952971fcb11433bfc7cf13
3
+ f854de5075f0f11bdf7e3169e9b0a4e8cf30debfca55074fb81e6ffd19610290
4
+ ac16db129fca95347325c4a28aceac1b41cca825e817aa15b69bde06305246c4
5
+ 186f694795ff0205ce5394ee94158da39166dbb78013476e10044cabc4ae01e1
6
+ 26f7b3fa2999bb6f0f43e3deec6f31dbdd3d012136e31993c346ba3f9228318d
7
+ 9f6003a457daba22c887e7bacc384096318f9a1b51f7bf54fa73eccf9141e4a1
8
+ 4e067207135567f319705905488a4dea20b4190072cc28749508b521467cfd9c
9
+ 857e5f626be43bd9ee17d291bfdcbc1b9ec806f6a248c906d11dbeb9727fc540
10
+ 9ca0c7711187895faea3d80434b02765bf9734e70d6996c0e85c8bb9cf43997a
11
+ ec3a8d2f8d1d2ad1b6b7df73d5fb0e70cee35e201c05fc601bf2e3646239504f
12
+ 4081ca757b01665e5165768db772d1df533232e207352dc22f7dfc1dbbc5177f
13
+ 2137c93ef01ea7020cd35c8d23c765618a7df1f68182cd2173b2ef78605b46ea
14
+ 0d5f72293e7cfe60d72fd8679b6245ccf9c6a02cf6c3ed22ed8bd4e936cb8b51
15
+ 0bad89c9fb578259d11a9a63e33a387bafbe2e77691b4a978e9ebbf0c1ebe9bd
16
+ 3ed28d1e72df01fcaf3bec7684f4a4e98e9034a90752e3f56129041a24bf90c9
@@ -0,0 +1,16 @@
1
+ 5e8cc51ab1aefd7a4e94d9694e520781035da2599e1bc9f8027bdce7ff38e071
2
+ 42f3d72ba0ce14e7677cc82f032d83e067988de918be1939ec92fb5345eacea0
3
+ 756c2890ee1ad7728a3a37a6152e70395a4175f0875df36c28db779b33a2465d
4
+ 5b7ddc909a5222a3104c735aca5fbb9664eff539881df9758ba57ec29eac190e
5
+ 38c2ad30436156b4097460462f886c2435aff974a890d8202450316ec1a4ccad
6
+ 0adf70c9d2e17a07e3ba5d5de40e2a76b97007da009bf71b07c4f2369e27a340
7
+ 053604687953985c938395d4e7a3ae51c4bbebb89c3fa8c62d77ce5b6fad6a74
8
+ 88ab13123bbfe44bc0feddac059f8c71ecb2ad43972f45b74c90d48cf1a66b45
9
+ 3ff068ee5fcab4e5de968a8effd4d51b051ab90f8998dc5ddaa35539ed31f822
10
+ b875296acfc49ce62e8a26d725a022116c1befc5ad154883d0a8071bf7704a57
11
+ b429b69be4616306dd65c5c4ebdef07a75aa51e9e272fed96175f17419a73e88
12
+ 7a00211dc02e8c6f912d3823a4867841a0728495fa290066c843490e746a44ac
13
+ 222d0a014c9d8a247e9ffd3386c188d402ed21c3037fad84a72d27e0d55d220a
14
+ c78d7bb8b44bd0c4952f2628670820d2063eab056d089aa5623f06c675eac41a
15
+ 16ba9040e748ab4e36a5d66ec59c6a54448cc4e23c75462d2cf10e9443cdb23f
16
+ 9ee130f144ae1964f85756b1af88c7971a909c37b42773fee5fa59beab8ae476
@@ -0,0 +1,16 @@
1
+ d4ea1f50310c6b388dc05225fb144edc2309fcc170578e03d21551d62f6c529b
2
+ d8697d566d84fbe32a6612c9ea7f29d9fbb9580fa94a227985a85127790ab1d5
3
+ 56532a34324d071c42d022594b04541591082c1e01eeb7f3117a9b0b0b597dca
4
+ 0b3a5a6dd4d29e749070632d0bb6efe21545d03a2a83a56be09263c61e7996b3
5
+ dfa9efd413d8b14bfe5ef2266a9bcc7bcb759366d83b52a47757c7eb3b83305a
6
+ 4363131c70131bff160c87d485678a7625ffe84ddf8afe26081f6976bfd9e1de
7
+ 4b08b08f541163376b1b6324e898f6e064895dfb577f27eb6da51cf72fdda1c1
8
+ 2955bdafdb1e25911d18d46b299dc2d1bb758864b12b0f994e8edb7413989152
9
+ 084b742162bd2be14cdec84a1c4d066777258ada62013614d0e35285c299ed20
10
+ 3091bc434a9db50a33d3e40c517fb1eefa206fb4fd6a049541391d80f6d292ac
11
+ 20aaf8f7c29a4dd3395da27a4d389edd3907c6e30808be383bc5b1836e18887b
12
+ 721c980d5dc32db0af11bb834e7e1bebd7f1cf43fbd328cc2c06c71e6a629bd9
13
+ ce0ffb63bc50c92eb33f2e90412820d06ba87ffab6b99b6090a96cf25ec8400c
14
+ c5371b421e9037d5c2f9ec492cf50c624dc2b364a55f3532285d966f777957ed
15
+ 773325da337c54ff631d578b56f961992cb199208a08e02ab0bd7e18acd9cddc
16
+ dfec79db0381280f712129945e2f1f1c1b6d8af4f97363d9786b71a4ec0ba3e7
@@ -0,0 +1,16 @@
1
+ 21f8bb48cae63d93c007ce3c01867c05d98b6f54dcb1271dbfa868928dd908d1
2
+ f0a95b295397d5c5179ffb6db6768c78071468e03f3b28ae050f4ba71c1fb573
3
+ b8b32ffaff720fc59abb293e444668efd2cba500f9718b899992a4bedbda9ca2
4
+ 564c5f8c6ffaeeacc11648f7081e313d220058b7bc4e224f4ae3665de61b3407
5
+ f1b494e6a9e51787e75551e5eab78b65267921dbac0612425cd56e6fb5160541
6
+ d00833db2ead9c2e0959f7d4df3d721eca01a5378c6b5be427427c9ccfddda3c
7
+ 2345e4cde221e719df5a98c5cddcd226c1955eaaa381a790a9ed31bdccc31561
8
+ 9079a1071adae4bb5d92a6b14fcc31f30295843eb05a76d097f83b3e5a91bdfd
9
+ 08c0c7bdeb84b14aa61fa197ee2e1d3ca587380956f9d78e9cb54063328d1db2
10
+ dce9a86dee30cf11516a520e000f962a4285400cfb3534815b7ffaf570021ddb
11
+ 558b83ae432c6d84c3ff41682cabcd009405a6eed44fad326b19b4449f12dc2f
12
+ 994735e737cf223b5c35bf91ddf615f9ede92866861ebf00c5adc99f85e281be
13
+ 3d2fb05abf258f7086df1adaa9b1153dcbd97421afddc1840f236146d4a061d6
14
+ 9045c587beb27ec7e0bdccdb01c322943c6c3f41dc3e64b73c4ce087e6cdbf71
15
+ 2bcde27e4a4c3c353de550dd05221b2739c076b11230fc1e28d7b4ea5781308a
16
+ 1cd0ed94e53172dcad4350801b1bdb2a9eb1906661c803f62adce0b60a040918
@@ -0,0 +1,16 @@
1
+ da047c10deb537fc9054e886d0caca5ddbd92b50e4addb7aeb1671a59672082d
2
+ 77084de68a0d90919280ec6783ab81766f492a88b1389252431f2583c0eefaf5
3
+ e6748050831576d0af305351847a746f4db843bd8b86dd16d376ebffd45af99e
4
+ 33bf4bc21ce7f6325d16495742bb0387a872deb16944ec91d59cf3c2509ffa27
5
+ 7f28f5bb1b8bcaf10419ee1b153ba5f10f45fd6ea033ce73a5e79c22398c6431
6
+ 81de68c34767beb3a569dcfbd6da6299a23048734f9ef6f4b90c8a7f7f796a38
7
+ 4aa0531b7c4ccabf176a62db435d2481a60cce01b8bc2b34c9d93200c105ba01
8
+ 317300d8fe7fc932eddc2e92530979021a429daf17e3506f9e8d2c8317d21c7d
9
+ 0ec23d1c56a22737be5a1f41741b1fa4e6c17964d262b53eb4a87bd8bda46f06
10
+ 3b57ae7bddcc2ea032fdef3584f1784996005517d86852a1a8552694360ae4c3
11
+ adf1a0526704165a4ed38697b40bba6b934fa0c4fcd184554eee9b60dc5e6dc9
12
+ 6a811e36305b8c5f6dd643b3475834eb4c01ef8eda4996d766652479c1064d9c
13
+ 1cf2fc65c25841156b9b40d37137c1d8be316ae656263e5bb80c78a5bd99e50e
14
+ 63298b9ebbd015a76dd4569cfed1c79d300fdec01b642301c05b43299114bd18
15
+ db0778ab7ce627f304206b0cb2b0084ea5de89a7e1076dbe003d311b293d3367
16
+ 1cef389f7e94e5b4fdb49bf34049acbe1409c4542a8a2002c082bcbcf00c2228
@@ -0,0 +1,16 @@
1
+ edc463c935e9c4cf8cff3ad1e825ab90a63019daa233aebd248074556f219e77
2
+ e27cab488b83b915437a6d485b59d6902c5136a1da816515c463bc1dc1574b10
3
+ 7f3df81ebebc9f14998395f6075c55d34cd17f5c8df18b59d036b52e007c5ecf
4
+ 532bce7d2486aec458c94227c0564eebf18b726a67572c98efb812362e539798
5
+ a2dc7c9a3c2500d9b025a3c2f43ec0a540d0f8c9292a31876f3d8dc7a9bf4768
6
+ d1fee3fc1335a8f4e0ffd788ceca90991e0a08a01ab8bc8e59d4e0517a1ed239
7
+ 6ea15f2d28cb31b9d163eb46431ea5600b779eda1843ebc8f640058382b8a96f
8
+ 0007192199c1bd90af17b4fcab5997930e442b2f96a0d274a6c838c07508a2d0
9
+ 4a06289b76f6ea0cf3207864fe727b06e44fffc4584f82c334b4f427471dedbb
10
+ 8aadced49b1d8c565c55892e4fa8134295b41ce24da100d0884b2586f66a5a37
11
+ a241d8c926cbbb2c2edcf216c6fe4fb8c8510ddedf6a21720abf27f448b9acd3
12
+ f788780fd9290f471d03503a75442a53824a73d44c810b39eee7e9cb1d7f6b8b
13
+ 3afe9173afd8541f243070250b07fc9188c30fae04fc6ca1ab10ceb45fafa39a
14
+ cc290a6a790d85371c05a13700e1cf59bec66e2707b94647983d4f0ef8dd8fb6
15
+ 54caa6a8178c01d79a8dda3bf98cb3c9b1a2394e483bfa4451627beb4b79cb5e
16
+ a710a46c3fd1857352c15b9cf65dba498ea8de14e21db09d8a1c9db9ac8591ea
@@ -0,0 +1,16 @@
1
+ e03b7b0d2dd60cd95fe7da8340ef3ebc6ed61921c0eb78a622113fa92b741378
2
+ 8cc77d74e7f266431bd5d938a3f595fddce4ff0bba40c73ad01162ce713c441d
3
+ c4e1e6b47236b80933fa20dd6d4036a72e961bdfee48fe1662a13f7c6d8e4d5b
4
+ 88bd23e9985c981a15bdb5e9046f518df2fba2fc3dd31761e69d987055e48892
5
+ 6a64664ab144a1404bbae297a13d376af4c36bd9b54fda06a18b5f5c1fe50d29
6
+ 5b8a2faf3e8b4c84af5bfbeb00c2f0ff0d460fd85e95064025b41cfafe72a980
7
+ 291ee31de42225c131ac95fdeae55c27e9eddd955465f015f3bcfb7344f6cdbc
8
+ 9175db19869c296308cacd445bbe6cf86143a0f3507b107ffd92762aa315bd3d
9
+ 0db30480b8f6b71562c00be807c0f79beab1cda8b460677e6cc228d69d0fc314
10
+ 9168239614522f5935235834af42fbee5f05ad2211f59942a0a53e0c6629257c
11
+ 3455fa92f90751bb8a42a826e4de9a2c829c24f7e15422b9b78724c2d4d0f46f
12
+ 7bde7a79971d85d2834fcf5856c89360f1958415aa61cd4030db39a66209b5f2
13
+ fb47ac2282808dea1990d681a9e3f60f18b9c792fcc13b28d43d874c5ddf02c1
14
+ 2255496fdcc29fc436edd156922bbd03e5222166e33596d74238fca8a57325a7
15
+ a2a5799e7d22f58030de160af13bab3a8b6f108c224324fec6140f955b99a0e1
16
+ 6653ed7f620088a543073fbacb59b9caf046550a82b8c0bd9e9d5c3275e23b39
@@ -0,0 +1,16 @@
1
+ 9beca0b569e100daa77bc0cae2f8274b8b0b55b035819d8b8d854661ebccb1ba
2
+ c05f336e81ff83a6ef099ea4a7b70dd7d6ea036568cab1304bd91d2d31d0bfe3
3
+ 63032207106e4a1bf4b14c44b8988899af7d0dea5892ac7d5091942c99cbe1c8
4
+ 940c24c7bdf89581810fe923469ce2b29eff0a74451e6e6520d3a4eb2a3bc09a
5
+ d787e660a5660e6875060f1dcae1182fd40f40bf447edd5cf58f91463739bee9
6
+ 16f586fc70ff9b902f67c65b2d4860208d8c1acbdd476b90ca878eb7908f9e6c
7
+ 272a8fe74f5a5a6bc7a7e552b4ab4828a9cdf056024ad7c1713a41795239d81d
8
+ 51d6ed24dd74595ce9156a54fa7f7bd31007a37f4610b1e605d44f07f14edf93
9
+ 0e249567e7a95e75b98e6beee50f19fe9a4050fe2288e94a8bd87bf9efd47710
10
+ fe042e8c3f8c9b5f86d891161bd5809f572f614edbb934a59fffea4c3cabb622
11
+ 20c2bbc4795d97eb816c84f0ad34301d5b30591c8528f11d8d8913d5327d1fad
12
+ 057a718799b4b651922530650f0da7136dcc4dd048647348db3af2bcd1d1fc1a
13
+ 461f64b586fceb204c997223131fa130c1d74195cebdb01232188cf9ff68c4fd
14
+ 64274b236d925d20b6e13942b0aef4446f828d10e36857692ba257a5768ca44d
15
+ cdcf261900d316a5ff7d75bf5660c7e1678bf6cda3334a175274090aac75614c
16
+ 78e96c2fd083dd1f59941db04d9855a970e650b54d4c54b745af5fd323edf5d7
@@ -0,0 +1,16 @@
1
+ 752cf8410dd84a5a1053536f4fe5416009bd4dd6f4db0311bdce88235d336b97
2
+ 2484eb97d5ba977a0b7334aa73e04ca89e6b1d4d73513c94fc19194f23428031
3
+ a3e0e11e7512787b34eb8660072141f187a8771027d32d089a7416411982adce
4
+ b43298b903a704473b94f54efb47f3b6e56a6a269d4564e725dbe47457be7d09
5
+ 906eff7e1d72e3684d34640f6017f16e46ffbee0d1c49f96119d5c83f578a6bf
6
+ c5bd3c9ad6ca34f3a61272efe101560b293a1e653fc2e95b00cb6a036216b393
7
+ 73467c804507f63ddaa29f39de94588de2d0c06c2763a013129f5a662a0d9b5d
8
+ 8fe6f436bbb92066671ab74ba509076be3ee4ca32074962e9eef9c5b34efe7f3
9
+ c0088c630e9b44e0a2c0164320d911be08c157d843d31e540e080fc62f542b34
10
+ c87a737c9f366ef260711a77534a85196e7b16ad6408076411b4e8261b73c0cd
11
+ 0a5549819110866ef00e09e8da148bde5b2163475b048f5021698e95379b65d0
12
+ daca621db335a79aefe95374d2234d28484916990a0b8247e50982a4e5050708
13
+ b67c6cd33e79c8a73acc17072ead0915a25b6a5c42269ef142e90451073776fb
14
+ 2d4e962d84a7917ba699adaa737eb5b4def9608928e2babe4eb0da1cf02d9c33
15
+ 640cf148bafbf8fe3742ee0e1a68b58f2987379488c45a7980660cb1064e4865
16
+ 959a2707348202fd7c20a53d303acd0c4babc35fe39adade5c186b7b31dcffff
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iker-python-common
3
- Version: 1.0.60
3
+ Version: 1.0.61
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.12
6
6
  Classifier: Programming Language :: Python :: 3.13
@@ -278,133 +278,133 @@ class ShUtilsTest(unittest.TestCase):
278
278
 
279
279
  data_listfile = [
280
280
  (
281
- "{res_dir}/unittest/shutils",
281
+ "unittest/shutils",
282
282
  [],
283
283
  [],
284
284
  0,
285
285
  [
286
- "{res_dir}/unittest/shutils/dir.baz/file.foo.bar",
287
- "{res_dir}/unittest/shutils/dir.baz/file.foo.baz",
288
- "{res_dir}/unittest/shutils/dir.baz/file.bar.baz",
289
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
290
- "{res_dir}/unittest/shutils/dir.foo/file.baz",
291
- "{res_dir}/unittest/shutils/dir.foo/file.foo",
292
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
293
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz",
294
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz",
295
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
286
+ "unittest/shutils/dir.baz/file.foo.bar",
287
+ "unittest/shutils/dir.baz/file.foo.baz",
288
+ "unittest/shutils/dir.baz/file.bar.baz",
289
+ "unittest/shutils/dir.foo/file.bar",
290
+ "unittest/shutils/dir.foo/file.baz",
291
+ "unittest/shutils/dir.foo/file.foo",
292
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
293
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz",
294
+ "unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz",
295
+ "unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
296
296
  ],
297
297
  ),
298
298
  (
299
- "{res_dir}/unittest/shutils/dir.foo",
299
+ "unittest/shutils/dir.foo",
300
300
  [],
301
301
  [],
302
302
  0,
303
303
  [
304
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
305
- "{res_dir}/unittest/shutils/dir.foo/file.baz",
306
- "{res_dir}/unittest/shutils/dir.foo/file.foo",
307
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
308
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz",
309
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz",
310
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
304
+ "unittest/shutils/dir.foo/file.bar",
305
+ "unittest/shutils/dir.foo/file.baz",
306
+ "unittest/shutils/dir.foo/file.foo",
307
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
308
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz",
309
+ "unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz",
310
+ "unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
311
311
  ],
312
312
  ),
313
313
  (
314
- "{res_dir}/unittest/shutils/dir.baz",
314
+ "unittest/shutils/dir.baz",
315
315
  [],
316
316
  [],
317
317
  0,
318
318
  [
319
- "{res_dir}/unittest/shutils/dir.baz/file.foo.bar",
320
- "{res_dir}/unittest/shutils/dir.baz/file.foo.baz",
321
- "{res_dir}/unittest/shutils/dir.baz/file.bar.baz",
319
+ "unittest/shutils/dir.baz/file.foo.bar",
320
+ "unittest/shutils/dir.baz/file.foo.baz",
321
+ "unittest/shutils/dir.baz/file.bar.baz",
322
322
  ],
323
323
  ),
324
324
  (
325
- "{res_dir}/unittest/shutils",
325
+ "unittest/shutils",
326
326
  ["*.foo", "*.bar"],
327
327
  ["*.foo.bar"],
328
328
  0,
329
329
  [
330
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
331
- "{res_dir}/unittest/shutils/dir.foo/file.foo",
330
+ "unittest/shutils/dir.foo/file.bar",
331
+ "unittest/shutils/dir.foo/file.foo",
332
332
  ],
333
333
  ),
334
334
  (
335
- "{res_dir}/unittest/shutils",
335
+ "unittest/shutils",
336
336
  ["*.foo", "*.bar"],
337
337
  [],
338
338
  0,
339
339
  [
340
- "{res_dir}/unittest/shutils/dir.baz/file.foo.bar",
341
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
342
- "{res_dir}/unittest/shutils/dir.foo/file.foo",
343
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
340
+ "unittest/shutils/dir.baz/file.foo.bar",
341
+ "unittest/shutils/dir.foo/file.bar",
342
+ "unittest/shutils/dir.foo/file.foo",
343
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
344
344
  ],
345
345
  ),
346
346
  (
347
- "{res_dir}/unittest/shutils",
347
+ "unittest/shutils",
348
348
  [],
349
349
  ["*.baz"],
350
350
  0,
351
351
  [
352
- "{res_dir}/unittest/shutils/dir.baz/file.foo.bar",
353
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
354
- "{res_dir}/unittest/shutils/dir.foo/file.foo",
355
- "{res_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
352
+ "unittest/shutils/dir.baz/file.foo.bar",
353
+ "unittest/shutils/dir.foo/file.bar",
354
+ "unittest/shutils/dir.foo/file.foo",
355
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
356
356
  ],
357
357
  ),
358
358
  (
359
- "{res_dir}/unittest/shutils",
359
+ "unittest/shutils",
360
360
  [],
361
361
  [],
362
362
  2,
363
363
  [
364
- "{res_dir}/unittest/shutils/dir.baz/file.foo.bar",
365
- "{res_dir}/unittest/shutils/dir.baz/file.foo.baz",
366
- "{res_dir}/unittest/shutils/dir.baz/file.bar.baz",
367
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
368
- "{res_dir}/unittest/shutils/dir.foo/file.baz",
369
- "{res_dir}/unittest/shutils/dir.foo/file.foo",
364
+ "unittest/shutils/dir.baz/file.foo.bar",
365
+ "unittest/shutils/dir.baz/file.foo.baz",
366
+ "unittest/shutils/dir.baz/file.bar.baz",
367
+ "unittest/shutils/dir.foo/file.bar",
368
+ "unittest/shutils/dir.foo/file.baz",
369
+ "unittest/shutils/dir.foo/file.foo",
370
370
  ],
371
371
  ),
372
372
  (
373
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
373
+ "unittest/shutils/dir.foo/file.bar",
374
374
  [],
375
375
  [],
376
376
  0,
377
377
  [
378
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
378
+ "unittest/shutils/dir.foo/file.bar",
379
379
  ],
380
380
  ),
381
381
  (
382
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
382
+ "unittest/shutils/dir.foo/file.bar",
383
383
  [],
384
384
  [],
385
385
  2,
386
386
  [
387
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
387
+ "unittest/shutils/dir.foo/file.bar",
388
388
  ],
389
389
  ),
390
390
  (
391
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
391
+ "unittest/shutils/dir.foo/file.bar",
392
392
  ["*.foo", "*.bar"],
393
393
  ["*.baz"],
394
394
  0,
395
395
  [
396
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
396
+ "unittest/shutils/dir.foo/file.bar",
397
397
  ],
398
398
  ),
399
399
  (
400
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
400
+ "unittest/shutils/dir.foo/file.bar",
401
401
  ["*.foo"],
402
402
  [],
403
403
  0,
404
404
  [],
405
405
  ),
406
406
  (
407
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
407
+ "unittest/shutils/dir.foo/file.bar",
408
408
  [],
409
409
  ["*.bar"],
410
410
  0,
@@ -415,153 +415,153 @@ class ShUtilsTest(unittest.TestCase):
415
415
  @ddt.idata(data_listfile)
416
416
  @ddt.unpack
417
417
  def test_listfile(self, path, include_patterns, exclude_patterns, depth, expect):
418
- self.assertSetEqual(set(map(norm_path, listfile(path.format(res_dir=resources_directory),
418
+ self.assertSetEqual(set(map(norm_path, listfile(os.path.join(resources_directory, path),
419
419
  include_patterns=include_patterns,
420
420
  exclude_patterns=exclude_patterns,
421
421
  depth=depth))),
422
- set(map(norm_path, map(lambda x: x.format(res_dir=resources_directory), expect))))
422
+ set(map(norm_path, map(lambda x: os.path.join(resources_directory, x), expect))))
423
423
 
424
424
  data_copy = [
425
425
  (
426
- "{res_dir}/unittest/shutils",
427
- "{tmp_dir}/unittest/shutils",
426
+ "unittest/shutils",
427
+ "unittest/shutils",
428
428
  [],
429
429
  [],
430
430
  0,
431
431
  [
432
- "{tmp_dir}/unittest/shutils/dir.baz/file.foo.bar",
433
- "{tmp_dir}/unittest/shutils/dir.baz/file.foo.baz",
434
- "{tmp_dir}/unittest/shutils/dir.baz/file.bar.baz",
435
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
436
- "{tmp_dir}/unittest/shutils/dir.foo/file.baz",
437
- "{tmp_dir}/unittest/shutils/dir.foo/file.foo",
438
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
439
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz",
440
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz",
441
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
432
+ "unittest/shutils/dir.baz/file.foo.bar",
433
+ "unittest/shutils/dir.baz/file.foo.baz",
434
+ "unittest/shutils/dir.baz/file.bar.baz",
435
+ "unittest/shutils/dir.foo/file.bar",
436
+ "unittest/shutils/dir.foo/file.baz",
437
+ "unittest/shutils/dir.foo/file.foo",
438
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
439
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz",
440
+ "unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz",
441
+ "unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
442
442
  ],
443
443
  ),
444
444
  (
445
- "{res_dir}/unittest/shutils/dir.foo",
446
- "{tmp_dir}/unittest/shutils/dir.foo",
445
+ "unittest/shutils/dir.foo",
446
+ "unittest/shutils/dir.foo",
447
447
  [],
448
448
  [],
449
449
  0,
450
450
  [
451
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
452
- "{tmp_dir}/unittest/shutils/dir.foo/file.baz",
453
- "{tmp_dir}/unittest/shutils/dir.foo/file.foo",
454
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
455
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz",
456
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz",
457
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
451
+ "unittest/shutils/dir.foo/file.bar",
452
+ "unittest/shutils/dir.foo/file.baz",
453
+ "unittest/shutils/dir.foo/file.foo",
454
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
455
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz",
456
+ "unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz",
457
+ "unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
458
458
  ],
459
459
  ),
460
460
  (
461
- "{res_dir}/unittest/shutils/dir.baz",
462
- "{tmp_dir}/unittest/shutils/dir.baz",
461
+ "unittest/shutils/dir.baz",
462
+ "unittest/shutils/dir.baz",
463
463
  [],
464
464
  [],
465
465
  0,
466
466
  [
467
- "{tmp_dir}/unittest/shutils/dir.baz/file.foo.bar",
468
- "{tmp_dir}/unittest/shutils/dir.baz/file.foo.baz",
469
- "{tmp_dir}/unittest/shutils/dir.baz/file.bar.baz",
467
+ "unittest/shutils/dir.baz/file.foo.bar",
468
+ "unittest/shutils/dir.baz/file.foo.baz",
469
+ "unittest/shutils/dir.baz/file.bar.baz",
470
470
  ],
471
471
  ),
472
472
  (
473
- "{res_dir}/unittest/shutils",
474
- "{tmp_dir}/unittest/shutils",
473
+ "unittest/shutils",
474
+ "unittest/shutils",
475
475
  ["*.foo", "*.bar"],
476
476
  ["*.foo.bar"],
477
477
  0,
478
478
  [
479
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
480
- "{tmp_dir}/unittest/shutils/dir.foo/file.foo",
479
+ "unittest/shutils/dir.foo/file.bar",
480
+ "unittest/shutils/dir.foo/file.foo",
481
481
  ],
482
482
  ),
483
483
  (
484
- "{res_dir}/unittest/shutils",
485
- "{tmp_dir}/unittest/shutils",
484
+ "unittest/shutils",
485
+ "unittest/shutils",
486
486
  ["*.foo", "*.bar"],
487
487
  [],
488
488
  0,
489
489
  [
490
- "{tmp_dir}/unittest/shutils/dir.baz/file.foo.bar",
491
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
492
- "{tmp_dir}/unittest/shutils/dir.foo/file.foo",
493
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
490
+ "unittest/shutils/dir.baz/file.foo.bar",
491
+ "unittest/shutils/dir.foo/file.bar",
492
+ "unittest/shutils/dir.foo/file.foo",
493
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
494
494
  ],
495
495
  ),
496
496
  (
497
- "{res_dir}/unittest/shutils",
498
- "{tmp_dir}/unittest/shutils",
497
+ "unittest/shutils",
498
+ "unittest/shutils",
499
499
  [],
500
500
  ["*.baz"],
501
501
  0,
502
502
  [
503
- "{tmp_dir}/unittest/shutils/dir.baz/file.foo.bar",
504
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
505
- "{tmp_dir}/unittest/shutils/dir.foo/file.foo",
506
- "{tmp_dir}/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
503
+ "unittest/shutils/dir.baz/file.foo.bar",
504
+ "unittest/shutils/dir.foo/file.bar",
505
+ "unittest/shutils/dir.foo/file.foo",
506
+ "unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar",
507
507
  ],
508
508
  ),
509
509
  (
510
- "{res_dir}/unittest/shutils",
511
- "{tmp_dir}/unittest/shutils",
510
+ "unittest/shutils",
511
+ "unittest/shutils",
512
512
  [],
513
513
  [],
514
514
  2,
515
515
  [
516
- "{tmp_dir}/unittest/shutils/dir.baz/file.foo.bar",
517
- "{tmp_dir}/unittest/shutils/dir.baz/file.foo.baz",
518
- "{tmp_dir}/unittest/shutils/dir.baz/file.bar.baz",
519
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
520
- "{tmp_dir}/unittest/shutils/dir.foo/file.baz",
521
- "{tmp_dir}/unittest/shutils/dir.foo/file.foo",
516
+ "unittest/shutils/dir.baz/file.foo.bar",
517
+ "unittest/shutils/dir.baz/file.foo.baz",
518
+ "unittest/shutils/dir.baz/file.bar.baz",
519
+ "unittest/shutils/dir.foo/file.bar",
520
+ "unittest/shutils/dir.foo/file.baz",
521
+ "unittest/shutils/dir.foo/file.foo",
522
522
  ],
523
523
  ),
524
524
  (
525
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
526
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
525
+ "unittest/shutils/dir.foo/file.bar",
526
+ "unittest/shutils/dir.foo/file.bar",
527
527
  [],
528
528
  [],
529
529
  0,
530
530
  [
531
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
531
+ "unittest/shutils/dir.foo/file.bar",
532
532
  ],
533
533
  ),
534
534
  (
535
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
536
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
535
+ "unittest/shutils/dir.foo/file.bar",
536
+ "unittest/shutils/dir.foo/file.bar",
537
537
  [],
538
538
  [],
539
539
  2,
540
540
  [
541
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
541
+ "unittest/shutils/dir.foo/file.bar",
542
542
  ],
543
543
  ),
544
544
  (
545
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
546
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
545
+ "unittest/shutils/dir.foo/file.bar",
546
+ "unittest/shutils/dir.foo/file.bar",
547
547
  ["*.foo", "*.bar"],
548
548
  ["*.baz"],
549
549
  0,
550
550
  [
551
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
551
+ "unittest/shutils/dir.foo/file.bar",
552
552
  ],
553
553
  ),
554
554
  (
555
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
556
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
555
+ "unittest/shutils/dir.foo/file.bar",
556
+ "unittest/shutils/dir.foo/file.bar",
557
557
  ["*.foo"],
558
558
  [],
559
559
  0,
560
560
  [],
561
561
  ),
562
562
  (
563
- "{res_dir}/unittest/shutils/dir.foo/file.bar",
564
- "{tmp_dir}/unittest/shutils/dir.foo/file.bar",
563
+ "unittest/shutils/dir.foo/file.bar",
564
+ "unittest/shutils/dir.foo/file.bar",
565
565
  [],
566
566
  ["*.bar"],
567
567
  0,
@@ -573,11 +573,11 @@ class ShUtilsTest(unittest.TestCase):
573
573
  @ddt.unpack
574
574
  def test_copy(self, src, dst, include_patterns, exclude_patterns, depth, expect):
575
575
  with tempfile.TemporaryDirectory() as temp_directory:
576
- copy(src.format(res_dir=resources_directory),
577
- dst.format(tmp_dir=temp_directory),
576
+ copy(os.path.join(resources_directory, src),
577
+ os.path.join(temp_directory, dst),
578
578
  include_patterns=include_patterns,
579
579
  exclude_patterns=exclude_patterns,
580
580
  depth=depth)
581
581
 
582
- self.assertSetEqual(set(map(norm_path, listfile(dst.format(tmp_dir=temp_directory)))),
583
- set(map(norm_path, map(lambda x: x.format(tmp_dir=temp_directory), expect))))
582
+ self.assertSetEqual(set(map(norm_path, listfile(os.path.join(temp_directory, dst)))),
583
+ set(map(norm_path, map(lambda x: os.path.join(temp_directory, x), expect))))