aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeLines
...
* Add invalid, absolute, null byte paths to schemaGravatar ionite342022-11-28-6/+5
|
* Refactor FileAttachment as non genericGravatar ionite342022-11-28-4/+4
|
* Add assertions for test_unmount_flagsGravatar ionite342022-11-28-0/+2
|
* Add cleanup for LibMountTestsGravatar ionite342022-11-28-4/+10
|
* Switch null byte test to use eval_codeGravatar ionite342022-11-28-3/+2
|
* Add additional tests for py_argsGravatar ionite342022-11-28-9/+14
|
* Docstring phrasing updateGravatar Ionite2022-11-28-4/+4
| | | Co-authored-by: Mark <[email protected]>
* Add tests for unmount flagsGravatar ionite342022-11-24-1/+19
|
* Add concurrency tests to libmountGravatar ionite342022-11-24-1/+37
|
* Add unit tests for libmountGravatar ionite342022-11-24-0/+81
|
* Correct MemFS test class nameGravatar ionite342022-11-24-1/+1
|
* Add request file IO error handlingGravatar ionite342022-11-24-0/+8
|
* Add unit test for MemFS access before __enter__Gravatar ionite342022-11-24-0/+17
|
* Refactor output files in `output` dirGravatar ionite342022-11-24-9/+18
|
* Add memfs unit testsGravatar ionite342022-11-22-0/+39
|
* Add file send integration testsGravatar ionite342022-11-22-3/+54
|
* Fix path parse unit testsGravatar ionite342022-11-22-1/+4
|
* Add addition path parse unit testsGravatar ionite342022-11-22-0/+52
|
* 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-38/+47
|
* 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-8/+25
|
* Remove -c from unit testsGravatar Ionite2022-11-15-2/+2
|
* 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
|
* Fix NsJail patch for API testsGravatar Mark2022-06-06-1/+1
|
* Add config path & output size args to NsJail classGravatar Mark2022-06-04-3/+3
|
* Add black and isortGravatar MarkKoz2022-06-03-63/+65
|
* Import the WSGI app via the config during testsGravatar MarkKoz2022-06-01-9/+7
| | | | | Relying more on gunicorn and its config parsing will avoid discrepancies between the test and production environments.
* Remove redundant module for creating the WSGI appGravatar MarkKoz2022-05-30-2/+2
|
* Fix 415 error response titleGravatar MarkKoz2022-05-29-1/+1
| | | | The update to Falcon v3 changed its capitalisation.
* Change entrypoint tests to integration testsGravatar MarkKoz2021-12-27-35/+25
| | | | No more mocks!
* Add tests for main()Gravatar MarkKoz2021-12-26-0/+49
|
* Test argument parsing for entry pointGravatar MarkKoz2021-12-26-0/+51
|
* Add a test for #83Gravatar MarkKoz2021-12-21-0/+123
|
* Set NsJail log level to warning during API testsGravatar MarkKoz2021-12-21-0/+3
|
* Fix NsJail args testGravatar MarkKoz2021-12-21-1/+2
| | | | | Dynamically calculate the position of the arguments rather than hard-coding them.
* test: add test_multiprocess_resource_limits to test memory limit sharingGravatar Joe Banks2021-07-17-0/+28
| | | | This test ensures that spawned child processes inherit the same resource group as the parent by spawning 2 child processes which each allocate a 40MB object, it then verifies that one of the child processes was killed with SIGKILL for violating the resource quota.
* test: update pid limit tests to account for new increased limitGravatar Joe Banks2021-07-17-1/+10
|
* chore: Use TestCase.subTestGravatar ToxicKidz2021-05-19-12/+12
|