stoobly-agent 0.27.1__py3-none-any.whl → 0.27.2__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.
stoobly_agent/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
1
  COMMAND = 'stoobly-agent'
2
- VERSION = '0.27.1'
2
+ VERSION = '0.27.2'
@@ -29,7 +29,7 @@ class LocalDBRequestAdapter(LocalDBAdapter):
29
29
  __request_orm = None
30
30
  __response_orm = None
31
31
 
32
- def __init__(self, request_orm: Request.__class__ = Request, response_orm: Response.__class__ = Response, scenario_orm = Scenario.__class__):
32
+ def __init__(self, request_orm: Request.__class__ = Request, response_orm: Response.__class__ = Response, scenario_orm: Scenario.__class__ = Scenario):
33
33
  self.__request_orm: Request = request_orm
34
34
  self.__response_orm: Response = response_orm
35
35
  self.__scenario_orm: Scenario = scenario_orm
@@ -297,4 +297,4 @@ class LocalDBRequestAdapter(LocalDBAdapter):
297
297
  return base_model.where('host', uri.hostname).where('path', uri.path)
298
298
  else:
299
299
  pattern = f"%{query}%"
300
- return base_model.where('path', 'like', pattern).or_where('host', 'like', pattern)
300
+ return base_model.where('path', 'like', pattern).or_where('host', 'like', pattern)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stoobly-agent
3
- Version: 0.27.1
3
+ Version: 0.27.2
4
4
  Summary: Client agent for Stoobly
5
5
  Home-page: https://github.com/Stoobly/stoobly-agent
6
6
  Author: Michael Yen
@@ -1,4 +1,4 @@
1
- stoobly_agent/__init__.py,sha256=kFiJrLBzxHGSITxTKDsvWb2qkxWKJeCc7nMfIA9HqQA,45
1
+ stoobly_agent/__init__.py,sha256=EXAZsDZonr9PImMLubrNElMM58UlxLv9XHqWrEhDkD8,45
2
2
  stoobly_agent/cli.py,sha256=xymuwIHwTv27d4y-LA3m5ydTyUGoZURLa5cQ0BreSF4,7228
3
3
  stoobly_agent/mock.py,sha256=P9cr9yW8PF1XolPfNSftcJVn1xEqcD-SEyIROsFxY20,2549
4
4
  stoobly_agent/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -118,7 +118,7 @@ stoobly_agent/app/models/factories/resource/local_db/local_db_adapter.py,sha256=
118
118
  stoobly_agent/app/models/factories/resource/local_db/orm_request_builder.py,sha256=4UjFY26ln2Drlg71R4AKY5vUZYbQ28HYQolJv3SBDqE,1581
119
119
  stoobly_agent/app/models/factories/resource/local_db/query_param_adapter.py,sha256=fWtAGcaINMIM5pP0g19o8WUYa7xEMUguFesiqKJyn5A,3966
120
120
  stoobly_agent/app/models/factories/resource/local_db/replayed_response_adapter.py,sha256=vUN9ARmRVrxKHpyzWB5w-XX-quOBMFpWOKkyBxTn6mM,3634
121
- stoobly_agent/app/models/factories/resource/local_db/request_adapter.py,sha256=25Yw7AK8R-iiQy5FfqvGaOoZWHQOEvaTnM8KzjEsN-k,10721
121
+ stoobly_agent/app/models/factories/resource/local_db/request_adapter.py,sha256=q_V76d0gNj1eBuycE0u6VlExPbKe20KV5Nsj5RmurpM,10732
122
122
  stoobly_agent/app/models/factories/resource/local_db/response_adapter.py,sha256=g2plyjBm5NUu1W6SVZavM2PgUYW_DuynFt_MREFhPVI,3228
123
123
  stoobly_agent/app/models/factories/resource/local_db/response_header_adapter.py,sha256=lSehvihNQgX6moFY0XLDyLkTeEweCRAwQ16QSdPsvEg,3070
124
124
  stoobly_agent/app/models/factories/resource/local_db/scenario_adapter.py,sha256=2BjONMOdhHwfEScXUwta86RuMQHZR2shWImiEMAHUO0,3964
@@ -476,9 +476,9 @@ stoobly_agent/test/app/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
476
476
  stoobly_agent/test/mock_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
477
477
  stoobly_agent/test/mock_data/endpoint_show_response.py,sha256=JFEkceHI6nH38zitCbFMozE1lODahxmvj70N5eM_sec,5901
478
478
  stoobly_agent/test/mock_data/request_show_response.py,sha256=K_a0fP0QT58T8sX9PaM6hqtX1A1depZsqg_GsNPf--k,707
479
- stoobly_agent-0.27.1.dist-info/LICENSE,sha256=8WuxPI7sA6w_Yhwqn6v6Ch2Kvu6fo0cwMNIgxSE7oq8,548
480
- stoobly_agent-0.27.1.dist-info/METADATA,sha256=vNC9HPgiyiKsGtqjLVIxpFQXyPZF5hR1eFz_XRIQVGQ,833
481
- stoobly_agent-0.27.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
482
- stoobly_agent-0.27.1.dist-info/entry_points.txt,sha256=4fpF9D1sN3q8Z6d0MmNAKUy0dz-ZxoH9mqfYMhErRCg,57
483
- stoobly_agent-0.27.1.dist-info/top_level.txt,sha256=fTxn372sBnUMXVSJxpaVAMBWB3HU3_Mq-WXJCM6mMj8,14
484
- stoobly_agent-0.27.1.dist-info/RECORD,,
479
+ stoobly_agent-0.27.2.dist-info/LICENSE,sha256=8WuxPI7sA6w_Yhwqn6v6Ch2Kvu6fo0cwMNIgxSE7oq8,548
480
+ stoobly_agent-0.27.2.dist-info/METADATA,sha256=4kSskFT8aDS23gZFZ-54obE8yp_CiTO459Aqf5_hKGQ,833
481
+ stoobly_agent-0.27.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
482
+ stoobly_agent-0.27.2.dist-info/entry_points.txt,sha256=4fpF9D1sN3q8Z6d0MmNAKUy0dz-ZxoH9mqfYMhErRCg,57
483
+ stoobly_agent-0.27.2.dist-info/top_level.txt,sha256=fTxn372sBnUMXVSJxpaVAMBWB3HU3_Mq-WXJCM6mMj8,14
484
+ stoobly_agent-0.27.2.dist-info/RECORD,,