-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
215 mark quantumleap subscription as deprecated #263
215 mark quantumleap subscription as deprecated #263
Conversation
@SystemsPurge, could you add a test function in |
@djs0109 Test function is implemented and should work properly now. I just wanted to point out a few things. The setup and teardown methods do not work in the test ( at least in test_ngsi_v2_timeseries ) because the servicepath is hard set on /static, whereas the servicepath in settings ( where it is taken from in the setUp method ) is a different one. No entities are added or removed before and after each test. The test for idPattern is a bit convoluted because in the case where we expect 0 results, an error must be caught, whereas in any other case a value calculated from the response is compared to an expected value. Suggestions on how to write it in a more simplified manner ( if possible ) are definitely welcome. |
closes #215
Marked quantumleap susbscription deprecated as needed. IdPattern was also added as query parameter but was not able to be tested properly.