aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc (follow)
Commit message (Collapse)AuthorAgeLines
* Add a readme for the home appGravatar Johannes Christ2023-03-29-1/+1
| | | | | | | | This commit also moves the nested structures for models and views in the home app into a single module, as they were not split up as part of the subpackage, with the goal of making this a bit more overseeable. Part of #674.
* Bump CoverageGravatar Hassan Abouelela2022-09-30-1/+0
| | | | | | | Bump the coverage package to the latest version. This also requires bumping coveralls. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge branch main into dewikificationGravatar kosayoda2021-05-14-0/+2
|
* Remove remaining references to wiki.Gravatar Leon Sandøy2020-10-04-1/+0
|
* omit resources.py from coverage reports.Gravatar Leon Sandøy2020-08-22-0/+1
| | | | | I'm not writing the tests for that, it has nothing to do with this branch.
* CI: omit migrations from coverageGravatar MarkKoz2019-09-20-0/+1
| | | | * Remove --branch option since it's already specified in .coveragerc
* Adding staff app to .coveragerc and .dockerignore + updating app locations ↵Gravatar Sebastiaan Zeeff2019-08-23-0/+1
| | | | in dockerignore
* pysite -> pydis_siteGravatar Gareth Coles2019-04-05-7/+7
|
* [#176] Redo project layoutGravatar Gareth Coles2019-04-05-4/+4
|
* Omit `*/urls.py` from coverage.Gravatar Johannes Christ2018-09-23-0/+1
|
* s/-/_/Gravatar Johannes Christ2018-09-23-1/+1
|
* Use proper section.Gravatar Johannes Christ2018-09-23-4/+3
|
* Use default `.coveragerc` settings.Gravatar Johannes Christ2018-09-23-0/+4
|
* Exclude `admin.py` modules.Gravatar Johannes Christ2018-09-23-0/+1
|
* Add default sources to `.coveragerc`.Gravatar Johannes Christ2018-09-23-3/+11
|
* Ignore settings from coverage.Gravatar Johannes Christ2018-09-01-0/+1
|
* Ignore irrelevant files in coverage report.Gravatar Johannes Christ2018-09-01-14/+2
|
* Tests directory (#73)Gravatar Christopher Baklid2018-05-20-2/+12
| | | moves all tests into a testing directory and splits the tests into separate files
* API for tags (#34)Gravatar Leon Sandøy2018-03-06-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Help page and misc improvements Committing so I can go home >:| * [WIP] - API improvements for the tag features. Not completed. * renaming tag.py to tags.py and refactoring the nomenclature of docs to tags * fixed error message in tags, cleaning up app_test.py * tests for the tags feature * ignoring jsonify returns cause coverall can't handle them * Catch-all error view for the API blueprint * cleaning up APIErrorView a little * bringing coverage for tags.py to 100% * how did this get in here? * how did this get in here? ROUND 2 * Removing the 503 database error handling. It's not in use and we should probably rethink that whole custom error handling system anyway. * Converting the tags file to use the @api_params decorator instead of validating manually. Tested with bot staging.
* Add error messages (#30)Gravatar Joseph2018-02-28-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add error messages Signed-off-by: JoeBanks13 <[email protected]> * Remove un-used keyword arg from 404 * Assert for status code instead of full content * PEP8 * test lint * please coverage * oh * Exclude websockets.py from coverage * Move code output into terminal * Switch typewriter href protocol * Add tests for websockets.py * Abort previous commit, coveralls did not let coverage go down * Add more pauses and request => response * move css and js out, add typewriter JS to our own repo & add method for appending text in bulk. * Enable REPL on 4XX and change error descriptions * commas * /error path
* brings coverage to 90% (#24)Gravatar Christopher Baklid2018-02-26-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * brings coverage to 75% * satisfy flake8 * missing docstring added * one more test * artificially inflate coverage because python acts strange * testing decorators * fixed instantiation of test route * straggling newlines from debugging code * remove debug comments * restructure tests into logical class separations. more exlusions. more tests * testing websocket echo tests * added missing comment * convert single quotes to double quotes to satisfy docstrings
* adds initial unit testing (#22)Gravatar Christopher Baklid2018-02-20-0/+2
* Adds Unit Testing * Adds coveralls coverage badge