Skip to content

Conversation

pcothenet
Copy link
Contributor

What

  • Fix the test that started failing because of the update to demo projects Asana

  • Test update only, not triggering a release

SDK Release Checklist

  • Have you added an integration test for the changes?
  • Have you built the library locally and made queries against it successfully?
  • Did you update the changelog?
  • Did you bump the package version?
  • If endpoints were removed, did you manually remove the corresponding files? (this should be rare)
  • For breaking changes, did you plan for the release of the new SDK versions and deploy the API to production?

args: ['--config=.flake8']
- repo: https://github.com/psf/black
rev: 21.10b0
rev: 22.6.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Had to update to the latest version due to a bug with Python on M1.

self.assertGreater(project.average_price_per_tonne_cents_usd, 0)
self.assertGreater(project.remaining_mass_g, 0)
self.assertEqual(project.standard, None)
self.assertIsInstance(project.standard, object)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Shows that having good demo data is a good idea.

@pcothenet pcothenet requested a review from a team July 6, 2022 17:44
@pcothenet pcothenet merged commit c5ae775 into main Jul 6, 2022
@pcothenet pcothenet deleted the pc/test branch July 6, 2022 17:47
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