-
Notifications
You must be signed in to change notification settings - Fork 10
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
Release 4.0.0 #215
Release 4.0.0 #215
Conversation
…orks/challengeutils into challenge-dataclass
* Get team member count rest call * Add tests * Add tests * Update tests/test_teams.py
* move team related functions to team module * ilnt
* Create functions to - download and upload synapse wikis in markdown + wiki config * Add doc strings * Add cli * add more details in print * Change to pull and push wiki, remove config_path and use workdir * Add docs * Add docs * Add docs * Edit * Edit docs * Use workdir parameter for all wiki commands * Add docs * add doc * Add tests * Add tests * Lint * Make improvements * Add fine grain validationg * Lint * Test for strings and ints * Fix tests * Remove * Edit * Comment out valiate-wiki-config function * Fix * Make sure to use isfile instead of os.path.exists * Edit * Add wikiId in front of markdown path * Add comment * Update wiki
fix conditionals for permissions check
Pull Request Test Coverage Report for Build 626999877Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Hello @thomasyu888! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-03-06 12:48:31 UTC |
* Update client * Remove support for 3.6 * Limit * Remove version for pandas * Fix * Don't drop support for python 3.6 yet * Don't set pandas version
* Remove helpers, but refactor stopping submissions that are over a specific quota * Remove tests for helpers * Add in tests * Add submission tests * query fail
helpers.py