Skip to content
#

pwnable

Here are 51 public repositories matching this topic...

mariuszskon
mariuszskon commented Oct 2, 2020

Currently, we only have some integration tests (we test a bunch of modules together, with the goal of solving a challenge).
Adding unit tests, which test each component in isolation, can help us spot and fix bugs easier and faster. In particular, the arutil (utilities) module would be a good start.

This could be done by adding tests to pytest (the tests directory) or via [doctest](https://

Improve this page

Add a description, image, and links to the pwnable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pwnable topic, visit your repo's landing page and select "manage topics."

Learn more