coverage.py v7.2.2, - created at 2023-05-24 21:11 +0000 + created at 2023-10-04 06:46 +0000
diff --git a/README.md b/README.md index d62f4dc..cb8d100 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,13 @@ This project aims to implement the Flemish data standard OTL (https://wegenenver It is split into different packages to reduce compatibility issues - [otlmow_model](https://github.com/davidvlaminck/OTLMOW-Model) - [otlmow_modelbuilder](https://github.com/davidvlaminck/OTLMOW-ModelBuilder) -- [otlmow_converter](https://github.com/davidvlaminck/OTLMOW-Converter) -- [otlmow_template](https://github.com/davidvlaminck/OTLMOW-Template) -- [otlmow_postenmapping](https://github.com/davidvlaminck/OTLMOW-PostenMapping) +- [otlmow_converter](https://github.com/davidvlaminck/OTLMOW-Converter) +- [otlmow_template](https://github.com/davidvlaminck/OTLMOW-Template) +- [otlmow_postenmapping](https://github.com/davidvlaminck/OTLMOW-PostenMapping) - [otlmow_davie](https://github.com/davidvlaminck/OTLMOW-DAVIE) (you are currently looking at this package) +- [otlmow_visuals](https://github.com/davidvlaminck/OTLMOW-Visuals) +- [otlmow_gui](https://github.com/davidvlaminck/OTLMOW-GUI) + ## Installation and requirements @@ -33,4 +36,4 @@ pip install otlmow_davie --upgrade ``` ## Usage -TODO \ No newline at end of file +TODO diff --git a/UnitTests/.coverage b/UnitTests/.coverage index e88b3cb..36bba9b 100644 Binary files a/UnitTests/.coverage and b/UnitTests/.coverage differ diff --git a/UnitTests/htmlcov/d_cb1d94a8a962afaa_Enums_py.html b/UnitTests/htmlcov/d_cb1d94a8a962afaa_Enums_py.html index b63f1a7..08c5af3 100644 --- a/UnitTests/htmlcov/d_cb1d94a8a962afaa_Enums_py.html +++ b/UnitTests/htmlcov/d_cb1d94a8a962afaa_Enums_py.html @@ -54,8 +54,8 @@
@@ -65,7 +65,7 @@
20 first_part_url = 'https://services.apps-tei.mow.vlaanderen.be/'
21 elif environment == Environment.dev:
22 first_part_url = 'https://services.apps-dev.mow.vlaanderen.be/'
- -24 if auth_type == AuthenticationType.JWT:
-25 return JWTRequester(private_key_path=auth_info['key_path'],
-26 client_id=auth_info['client_id'],
-27 first_part_url=first_part_url)
-28 if auth_type == AuthenticationType.cert:
-29 return CertRequester(cert_path=auth_info['cert_path'],
-30 key_path=auth_info['key_path'],
-31 first_part_url=first_part_url)
+23 elif environment == Environment.aim:
+24 first_part_url = 'https://services-aim.apps-dev.mow.vlaanderen.be/'
+ +26 if auth_type == AuthenticationType.JWT:
+27 return JWTRequester(private_key_path=auth_info['key_path'],
+28 client_id=auth_info['client_id'],
+29 first_part_url=first_part_url)
+30 if auth_type == AuthenticationType.cert:
+31 return CertRequester(cert_path=auth_info['cert_path'],
+32 key_path=auth_info['key_path'],
+33 first_part_url=first_part_url)
diff --git a/UnitTests/htmlcov/index.html b/UnitTests/htmlcov/index.html index 5f952ac..7b4e8f5 100644 --- a/UnitTests/htmlcov/index.html +++ b/UnitTests/htmlcov/index.html @@ -45,7 +45,7 @@coverage.py v7.2.2, - created at 2023-05-24 21:11 +0000 + created at 2023-10-04 06:46 +0000
@@ -112,10 +112,10 @@coverage.py v7.2.2, - created at 2023-05-24 21:11 +0000 + created at 2023-10-04 06:46 +0000