Le-o-n / cython-virtual-memory-toolkit

The Cython Virtual Memory Toolkit is designed to provide Cython header files (*.pxd) for various functionalities, enabling Cython to interact with the virtual memory of a target process. This toolkit includes features for reading, writing, allocating, and freeing virtual memory.
MIT License
2 stars 0 forks source link

Move testing to a separate ROOT/test/ directory #18

Closed Le-o-n closed 1 month ago

Le-o-n commented 1 month ago

Currently testing is contained within the source code of the project in

ROOT/VirtualMemoryToolkit/tests

This should be moved to

ROOT/test