This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f5e56f18 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
2f5e56f18 is described below

commit 2f5e56f18f820df3fdc56b459bc4ce760d916266
Author: chaokunyang <[email protected]>
AuthorDate: Mon Oct 13 12:46:19 2025 +0000

    🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
 docs/guide/DEVELOPMENT.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/guide/DEVELOPMENT.md b/docs/guide/DEVELOPMENT.md
index 3b7105c85..dc08f8a00 100644
--- a/docs/guide/DEVELOPMENT.md
+++ b/docs/guide/DEVELOPMENT.md
@@ -97,7 +97,11 @@ cargo build
 # run test
 cargo test
 # run specific test
-cargo test -p fory-tests --test $test_file $test_method
+cargo test -p fory-tests  --test $test_file $test_method
+# run specific test under subdirectory
+cargo test --test mod $dir$::$test_file::$test_method
+# inspect generated code by fory derive macro
+cargo expand --test mod $mod$::$file$ > expanded.rs
 ```
 
 #### Environment Requirements


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to