Skip to content
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

Feature/update query vts most recent #5

Closed
wants to merge 4 commits into from

Conversation

PeterRimmer71
Copy link
Contributor


query = requests.getQs()
self.assertEqual(query["fillerK"],"Null")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asserts are not checking on the MostRecent part of the query (the url)

am I missing something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'm missing something! I don't know how to build the query (I figure that's the URL). I tried adding ForMostRecent with/without dates etc. but I'm kind of shooting in the dark. I'm not that familiar with Python. Plus I don't know how to run the tests in debug mode so I can't observe the query to get an idea of how to modify the query.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me neither, but I'm sure someone in your team does, as someone did this code.

The point is that you added tests related to updating the MostRecent with something, not clear from PR. I know that is related to the time part but I don't see any checks that the created url is as expected.

You added test case but you didn't tested them?

@PeterRimmer71 PeterRimmer71 deleted the feature/UpdateQueryVTSMostRecent branch September 30, 2021 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants