open-dust / cairo-foundry

Foundry like framework for starknet contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doc - Describe `test_single_entrypoint` using Rustdoc comments (three slashes: ///)

Eikix opened this issue · comments

In an effort of having fully documented code, we need the way we run tests on a single Cairo entry point to be documented.

In src/cli/commands/test, please proceed to comment above the pub(crate) fn test_single_entrypoint declaration in an equivalent way as pub fn compile is documented.

I'd like to contribute on this issue