codemie-sdk-python 0.1.53__py3-none-any.whl → 0.1.55__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.
Potentially problematic release.
This version of codemie-sdk-python might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: codemie-sdk-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.55
|
|
4
4
|
Summary: CodeMie SDK for Python
|
|
5
5
|
Author: Vadym Vlasenko
|
|
6
6
|
Author-email: vadym_vlasenko@epam.com
|
|
@@ -746,7 +746,7 @@ For providing credentials please contact AI/Run CodeMie Team: Vadym_Vlasenko@epa
|
|
|
746
746
|
|
|
747
747
|
## Running tests
|
|
748
748
|
|
|
749
|
-
For running tests on custom environment you should create .env file in the
|
|
749
|
+
For running tests on custom environment you should create .env file in the /tests directory,
|
|
750
750
|
ask QA team: anton_yeromin@epam.com to provide all needed testing credentials
|
|
751
751
|
|
|
752
752
|
``` properties
|
|
@@ -756,11 +756,15 @@ AUTH_CLIENT_ID=codemie-preview
|
|
|
756
756
|
AUTH_CLIENT_SECRET=<your_secret>
|
|
757
757
|
AUTH_REALM_NAME=codemie-prod
|
|
758
758
|
CODEMIE_API_DOMAIN=https://codemie-preview.lab.epam.com/code-assistant-api
|
|
759
|
+
NATS_URL=nats://nats-preview-codemie.epmd-edp-anthos.eu.gcp.cloudapp.epam.com:443
|
|
759
760
|
VERIFY_SSL=False
|
|
760
761
|
|
|
761
762
|
USERNAME=<username>
|
|
762
763
|
PASSWORD=<password>
|
|
763
764
|
|
|
765
|
+
TEST_USER_FULL_NAME="Test User"
|
|
766
|
+
CLEANUP_DATA=True
|
|
767
|
+
|
|
764
768
|
PROJECT_NAME=automation-tests-project
|
|
765
769
|
|
|
766
770
|
DEFAULT_TIMEOUT=60
|
|
@@ -779,8 +783,12 @@ JIRA_TOKEN=<jira_token>
|
|
|
779
783
|
JQL="project = 'EPMCDME' and issuetype = 'Epic' and status = 'Closed'"
|
|
780
784
|
|
|
781
785
|
CONFLUENCE_URL=https://kb.epam.com
|
|
782
|
-
CONFLUENCE_TOKEN=<
|
|
786
|
+
CONFLUENCE_TOKEN=<confluence_token>
|
|
783
787
|
CQL="space = EPMCDME and type = page and title = 'AQA Backlog Estimation'"
|
|
788
|
+
|
|
789
|
+
AWS_ACCESS_KEY=<aws_access_key>
|
|
790
|
+
AWS_SECRET_KEY=<aws_secret_key>
|
|
791
|
+
AWS_SESSION_TOKEN=<aws_session_token>
|
|
784
792
|
```
|
|
785
793
|
|
|
786
794
|
Run all tests
|
|
@@ -24,6 +24,6 @@ codemie_sdk/services/workflow_execution.py,sha256=aGoT3rdTmh5-doAsrmBBjLEuOfvL5a
|
|
|
24
24
|
codemie_sdk/services/workflow_execution_state.py,sha256=tXoaa8yT09xgYEUNiHhVULe76TwGwVgZupMIUyyLxdo,2070
|
|
25
25
|
codemie_sdk/utils/__init__.py,sha256=BXAJJfAzO89-kMYvWWo9wSNhSbGgF3vB1In9sePFhMM,109
|
|
26
26
|
codemie_sdk/utils/http.py,sha256=YzE53y1r7PBUKcEQt-gGYduRY06I8xzqVRzlj9f_voA,10084
|
|
27
|
-
codemie_sdk_python-0.1.
|
|
28
|
-
codemie_sdk_python-0.1.
|
|
29
|
-
codemie_sdk_python-0.1.
|
|
27
|
+
codemie_sdk_python-0.1.55.dist-info/METADATA,sha256=XC2yZzLCJHhOUTbl6xkV_WthsXvSPtWxt9xmDGekLWQ,21852
|
|
28
|
+
codemie_sdk_python-0.1.55.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
29
|
+
codemie_sdk_python-0.1.55.dist-info/RECORD,,
|
|
File without changes
|