зеркало из
1
0
Форкнуть 0
Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
hallvictoria 48a5758f63
test: run tests for 312 (#254)
* run tests for python 3.12

* update readme

* readme fix

* update codeowners and lint

* flake8 version for 3.12

* formatting for setup.py

* syntax

---------

Co-authored-by: Victoria Hall <victoria.hall@microsoft.com>
2024-10-22 11:56:54 -05:00
gavin-aguiar 32ae79aa6d
Unit tests fixes (#204)
* Unit tests fixes

* Updated imports

* Removed testutils from test.decorators

* Making imports relative

* Moved testsutils inside utils dir

* Updated CI pipeline

* Removed pytest-cov from pipeline

* Added a schedule for the ci pipeline

* Updated pipeline versions
2024-01-31 14:57:15 -06:00
hallvictoria 1a43888142
ServiceBus Extension Parity to .NET (#201)
* added additional properties to sb class

* testing fixes

* correct check
2024-01-25 16:38:11 -06:00
hallvictoria b42035a884
ServiceBusMessage testing fix (#192)
* servicebusmessage for unit tests

* correct return types

* constructor tests

* full constructor test

* added test for abstract methods

* fix lint errors

* fix assert error

* edited tests

* edited codecov tool

---------

Co-authored-by: Varad Meru <vrdmr@users.noreply.github.com>
2023-11-14 11:30:02 -06:00
pdthummar 6271020264
Increased kafka,servicebus and durable-functions test code coverage. (#136)
Co-authored-by: gavin-aguiar <80794152+gavin-aguiar@users.noreply.github.com>
2022-06-21 09:29:10 -05:00
Hanzhang Zeng 6b962c474b
Enable servicebus batch trigger (cardinality=many) (#73)
* Add cardinality == many

* Add service bus to handle multiple messages in batch

* Fix flake8 and mypy

* Add deltatime implementation

* Add timedelta parser implementation

* Implement array parser

* Fix mypy typing issue

* Fix rich binding

* Amend warning message for UserProperties are not set

* Fixes PR issues

* Clean up not yet exposed servicebus fields

Co-authored-by: Varad Meru <vrdmr@users.noreply.github.com>
2020-10-13 09:50:13 -07:00
Hanzhang Zeng 7156bf2289
Fix EnqueueTimeUtc in EventHub and expose ServiceBus new properties (#65)
* Fix eventhub enqueue time

* Add more robust test in properties

* Fix syntax
2020-08-18 14:31:10 -07:00
Varad Meru 8ef845cd8f
Minor code smell refactoring, updating pipelines and description added. (#64) 2020-07-01 12:10:22 -07:00
Hanzhang Zeng 8cab4c1464
Add microsoft copyright headers (#63) 2020-06-26 13:54:55 -07:00
Hanzhang Zeng 4b8861a007
Expose metadata dictionary in servicebus and eventhub (#61)
* Expose metadata field in servicebus and eventhub

* Use dictionary instead of json
2020-06-19 13:46:50 -07:00