-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature/attendances #35
Conversation
…d in multiple files
Add basic raw api test
…adable once more tests are added
…number of elements
…d in multiple files (#11) * Place authentication in importable file for use with test cases placed in multiple files * Readd existing tests * Update import statement * Don't use shared_test_data dict, cache retrieval of valid online user * Don't require python3.8 to run the tests * cleanup Co-authored-by: Sebastian Straub <sebastian.straub@alexanderthamm.com>
…k_client , set attendance client upon retrieval
# Conflicts: # .github/workflows/docs-pr.yml # requirements-dev.txt
Feature/attendance fateme
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #35 +/- ##
==========================================
+ Coverage 86.71% 87.37% +0.66%
==========================================
Files 7 7
Lines 843 895 +52
==========================================
+ Hits 731 782 +51
- Misses 112 113 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great, thank you for your contribution @fatemetardasti96!
Checklist for your PR
Hints
bugfix/
,feature/
, orrelease/
and then a short title for your PR in kebab-case (lowercase words separated with dashes), e.g.feature/my-awesome-feature
.