dve-lumipy-testing 1.0.465__py3-none-any.whl → 1.0.466__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dve-lumipy-testing
3
- Version: 1.0.465
3
+ Version: 1.0.466
4
4
  Summary: Python library for Luminesce
5
5
  Author: FINBOURNE Technology
6
6
  Author-email: engineering@finbourne.com
@@ -271,7 +271,7 @@ lumipy/test/data/context_examples/test_titanic_single_bool_column.json,sha256=SC
271
271
  lumipy/test/data/context_examples/test_titanic_test_ignore.json,sha256=HYEcQ3CGrtZ9sdacVnn8Vs38tJi4B7I2Tqqo1kS5BLY,575
272
272
  lumipy/test/integration/__init__.py,sha256=Qb9wYCQF3WMv7emOmpAvnYzvLi3C_dGOqyheycYzp_g,192
273
273
  lumipy/test/integration/test_atlas_build_queries.py,sha256=2wS-kW4uwrUleOU1bRYEHvxmxkWevskw4eIzp1dGUXQ,1286
274
- lumipy/test/integration/test_client.py,sha256=M4sF-Vv7RyUjb7vtyXCAxlfk1ESTtYEvCsViV7chgHU,9949
274
+ lumipy/test/integration/test_client.py,sha256=XYARAi5NvrLUt3u-l_9Esg2pPy0EDSAAwc8TjBmtdes,9952
275
275
  lumipy/test/integration/test_direct_providers.py,sha256=SaC1iu7ZKLMF_2lSihmKPM27jRwwfxOXQDdHHKX8VMc,8363
276
276
  lumipy/test/integration/test_lumiflex.py,sha256=yWS4ouol3IBsV7MPs8c-5mU2VDJx_9XY1hWWIBiptnM,12761
277
277
  lumipy/test/provider/__init__.py,sha256=GrfZvgfTjrRk6Y8niwJjY60E6DymOrRmuy--1K6Lzuk,148
@@ -379,8 +379,8 @@ lumipy/test/unit/provider_tests/test_provider_factory.py,sha256=ICHlEiYS-GvKFoI5
379
379
  lumipy/test/unit/provider_tests/test_provider_manager.py,sha256=-TT-3ZGpDsFKMz4efWIy7TGAUVtZ2gTDa67DiorIioc,13456
380
380
  lumipy/test/unit/queryjob_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
381
381
  lumipy/test/unit/queryjob_tests/test_queryjob.py,sha256=1UE4-VuIkAE6vo0vogq3p2iXtTukiAPxOt5Uankx7c4,1542
382
- dve_lumipy_testing-1.0.465.dist-info/METADATA,sha256=qgE3mN4dJNIezxLy_banzS9dC1rPVBtF8WxXEOXTvAc,14828
383
- dve_lumipy_testing-1.0.465.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
384
- dve_lumipy_testing-1.0.465.dist-info/entry_points.txt,sha256=L7hRlqwmvzHMwaOQzygKLK-gx4k4e1q4Qz5m0DGihW8,46
385
- dve_lumipy_testing-1.0.465.dist-info/top_level.txt,sha256=DVww8LaQM3Xm0WOgo4JE0epePgCM1xGWWWxh7wuv-CY,7
386
- dve_lumipy_testing-1.0.465.dist-info/RECORD,,
382
+ dve_lumipy_testing-1.0.466.dist-info/METADATA,sha256=EfAiSJeqygAglN3lSPw49eQC8CitCGLYVVGu5fdaxgI,14828
383
+ dve_lumipy_testing-1.0.466.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
384
+ dve_lumipy_testing-1.0.466.dist-info/entry_points.txt,sha256=L7hRlqwmvzHMwaOQzygKLK-gx4k4e1q4Qz5m0DGihW8,46
385
+ dve_lumipy_testing-1.0.466.dist-info/top_level.txt,sha256=DVww8LaQM3Xm0WOgo4JE0epePgCM1xGWWWxh7wuv-CY,7
386
+ dve_lumipy_testing-1.0.466.dist-info/RECORD,,
@@ -230,8 +230,8 @@ class ClientTests(BaseIntTest):
230
230
  self.assertTrue(ver_parsed.minor >= 0)
231
231
 
232
232
  def test_get_latest_available_version_in_single_value_range(self):
233
- ver = self.client._get_latest_available_version_in_range('Python_Providers', "1.18.68", "1.18.68")
234
- self.assertEqual(str(ver), "1.18.68")
233
+ ver = self.client._get_latest_available_version_in_range('Python_Providers', "1.18.557", "1.18.557")
234
+ self.assertEqual(str(ver), "1.18.557")
235
235
 
236
236
  def test_get_latest_available_version_in_range_bad_binary_name_unhappy(self):
237
237
  try: