Skip to content

Conversation

@jacalata
Copy link
Contributor

  • cleaned up the client version
  • made it available to the calling program and actually in the headers
  • Added a smoke test action for monitoring what's on PyPi, and a sample smoke test to help people debug

- name: Launch app
run: |
python -c "import tableauserverclient as TSC
server = TSC.Server('Fake-Server-Url', use_server_version=False)"

Choose a reason for hiding this comment

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

For my understanding, how does this look when it fails?

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'm not certain, because sometimes the github environment does something differently to what I expect. But it should check the exit code of the call to python: if any exceptions are thrown that will be something different to 0, and will be called a failed step.

@jacalata jacalata changed the base branch from master to development September 28, 2022 00:10
Base automatically changed from development to master September 28, 2022 07:41
@jacalata jacalata changed the base branch from master to development September 28, 2022 07:56
@jacalata jacalata merged commit 24a5518 into development Oct 6, 2022
@jacalata jacalata deleted the jac/smoke-tests branch October 6, 2022 17:58
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.

3 participants