aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_nsjail.py (follow)
Commit message (Expand)AuthorAgeLines
* Update nsjail tests to try avoid multiprocessing exceptionGravatar Joe Banks9 days-10/+11
* Close & unlick SharedMemory object in testsGravatar Chris Lovering2025-07-30-0/+2
* Reuse the default executable path const in testsGravatar Chris Lovering2024-10-05-4/+2
* Update all references to /lang to /snekbinGravatar Chris Lovering2024-10-03-2/+2
* Allow setting a binary_path when calling /evalGravatar Chris Lovering2024-10-03-1/+3
* Raise error if attachment pathname contains invalid bytes (#209)Gravatar Esther Goldberg2024-04-09-0/+14
* Refactor modules into subpackagesGravatar Mark2023-10-27-2/+2
* Use lower timeout for file parsing timeout testGravatar Mark2023-09-16-2/+2
* Merge branch 'main' into jb3/shared-memGravatar wookie1842023-08-30-4/+59
|\
| * Merge pull request #181 from python-discord/feat/158/multi-versionGravatar ChrisJL2023-08-29-2/+2
| |\
| | * Install multiple Python versions in imageGravatar Mark2023-08-19-2/+2
| * | Limit total file size read from tmpfs to avoid high memory usageGravatar wookie1842023-08-29-2/+57
| |/
* / Update tests to account for shared memoryGravatar Joe Banks2023-08-28-17/+64
|/
* Add unit test for deeply nested path file parsingGravatar Ionite2023-03-11-0/+23
* Add unit test for hidden paths exclusionGravatar Ionite2023-03-09-0/+19
* Add new -B flag to unit testsGravatar Ionite2023-03-08-1/+1
* Update file write error unit testGravatar Ionite2023-03-02-3/+9
* Update unit tests for home output directoryGravatar Ionite2023-03-02-3/+3
* Add refactors for Size enum renameGravatar ionite342022-12-04-2/+2
* Change Size to IntEnum, change usage in testsGravatar ionite342022-11-28-2/+3
* Refactor FileAttachment as non genericGravatar ionite342022-11-28-4/+4
* Switch null byte test to use eval_codeGravatar ionite342022-11-28-3/+2
* Add additional tests for py_argsGravatar ionite342022-11-28-9/+14
* Add request file IO error handlingGravatar ionite342022-11-24-0/+8
* Refactor output files in `output` dirGravatar ionite342022-11-24-3/+3
* Fixed leading empty filter for py_argsGravatar ionite342022-11-22-5/+12
* Refactor file parse timeoutGravatar ionite342022-11-22-6/+28
* Clarify resource unit testGravatar ionite342022-11-21-3/+3
* Refactor config patches in testsGravatar ionite342022-11-21-28/+3
* Add root back to unit testGravatar ionite342022-11-21-1/+1
* Combined file handling to FileAttachment classGravatar Ionite2022-11-20-4/+4
* Add unit test for multiple python filesGravatar ionite342022-11-19-0/+11
* Implement files request formGravatar ionite342022-11-19-25/+35
* Remove /dev/shm mountsGravatar ionite342022-11-19-17/+4
* Refactored tests to use new kwargsGravatar Ionite2022-11-17-13/+15
* Added additional unit testsGravatar Ionite2022-11-16-7/+65
* Fixed unit testsGravatar Ionite2022-11-16-6/+23
* Use more common binary for testing v1 cgroupsGravatar Mark2022-07-09-3/+3
* Test v1 cgroups are created as neededGravatar Mark2022-07-04-0/+68
* Use new NsJail instance for each test in NsJailArgsTestsGravatar Mark2022-06-07-12/+11
* Test NsJail args are set and used when passed to __init__Gravatar Mark2022-06-06-0/+37
* Add config path & output size args to NsJail classGravatar Mark2022-06-04-3/+3
* Add black and isortGravatar MarkKoz2022-06-03-39/+51
* Fix NsJail args testGravatar MarkKoz2021-12-21-1/+2
* test: add test_multiprocess_resource_limits to test memory limit sharingGravatar Joe Banks2021-07-17-0/+28
* test: update pid limit tests to account for new increased limitGravatar Joe Banks2021-07-17-1/+10
* chore: Add tests for py_args and ns_jail argsGravatar ToxicKidz2021-05-18-0/+13
* Match new unicode eval tests and output to the format and functions of othersGravatar Bast2021-04-08-12/+8
* Use PYTHONIOENCODING to enable utf-8 stdout for the nsjail pipe, and handle t...Gravatar Bast2021-04-06-0/+21
* Update flooding test to expect code 143Gravatar Joe Banks2021-03-16-1/+1