index
:
forms-backend
dependabot/pip/cryptography-43.0.1
dependabot/pip/starlette-0.40.0
dm-message
logging
main
renovate/httpx-0.x
renovate/motor-3.x
renovate/pre-commit-3.x-lockfile
renovate/pyjwt-2.x-lockfile
renovate/pypi-starlette-vulnerability
renovate/redis-5.x-lockfile
renovate/ruff-0.x
renovate/sentry-sdk-2.x-lockfile
renovate/spectree-1.x-lockfile
renovate/uvicorn-0.x
sqla-migration
testing-strategies
A mirrored copy of the python-discord/forms-backend repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backend
/
routes
/
forms
/
unittesting.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Move unittest filtering to the Form.dict() function
Chris Lovering
2024-07-09
-13
/
+0
*
Apply fixable lint settings with Ruff
Joe Banks
2024-07-08
-30
/
+38
*
Add tearDown feature to unittests
Janine vN
2023-08-11
-0
/
+2
*
Handle Improper Output For Unittests
Hassan Abouelela
2022-07-01
-35
/
+59
*
Ensure All Tests Are Prefixed By `test_`
Hassan Abouelela
2022-06-25
-1
/
+2
*
Make Unittests Async
Hassan Abouelela
2022-06-24
-6
/
+8
*
Allow Setup For Unittests
Hassan Abouelela
2022-06-24
-2
/
+4
*
Updates Unittest Filter To Match New Model
Hassan Abouelela
2021-06-19
-1
/
+1
*
Handles Code Questions With No Tests
Hassan Abouelela
2021-06-03
-1
/
+13
*
Records Failed Unittests
Hassan Abouelela
2021-06-02
-2
/
+5
*
Adds Code Question Model
Hassan Abouelela
2021-06-02
-4
/
+4
*
Obliterate the _unit_cache variable
Matteo Bertucci
2021-02-27
-3
/
+0
*
Use base64 encoded code snippets
Matteo Bertucci
2021-02-26
-4
/
+4
*
Properly hadnle hidden tests starting with test_
Matteo Bertucci
2021-02-25
-1
/
+1
*
Remove unused import
Matteo Bertucci
2021-02-25
-2
/
+4
*
Make _make_unit_code more readable
Matteo Bertucci
2021-02-25
-1
/
+4
*
Make use of list.copy() instead of [:]
Matteo Bertucci
2021-02-25
-2
/
+2
*
Don't try to parse the composed code
Matteo Bertucci
2021-02-25
-40
/
+32
*
Make use of .raise_for_status()
Matteo Bertucci
2021-02-25
-8
/
+6
*
Add return code 7 for processes killed by NsJail
Matteo Bertucci
2021-02-25
-22
/
+25
*
Add return code 6 for exceptions when loading module
Matteo Bertucci
2021-02-25
-1
/
+1
*
Properly handle return codes 5 and 99
Matteo Bertucci
2021-02-24
-14
/
+18
*
Document unittest code
Matteo Bertucci
2021-02-24
-6
/
+14
*
Censor unittests on GET /forms/$id
Matteo Bertucci
2021-02-24
-0
/
+13
*
Add support for hidden tests
Matteo Bertucci
2021-02-24
-2
/
+17
*
Switch to 100 chars line length and get rid of the noqas
Matteo Bertucci
2021-02-24
-1
/
+2
*
Support code unit testing through snekbox
Matteo Bertucci
2021-02-24
-0
/
+91