"aptos move test" not running functions #705
nord0711
started this conversation in
Dev Doc and Tutorial Feedback
Replies: 1 comment
-
hey not sure what's going on without seeing the full code, but can you try starting from this template? https://github.com/0xaptosj/aptos-full-stack-template |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am learning Move and practicing tests, but every time I run aptos move test in terminal the output is:
INCLUDING DEPENDENCY AptosFramework
INCLUDING DEPENDENCY AptosStdlib
INCLUDING DEPENDENCY MoveStdlib
BUILDING firstProject
Running Move unit tests
Test result: OK. Total tests: 0; passed: 0; failed: 0
{
"Result": "Success"
}
not actually testing anything. What is wrong with this? Here is my code for reference:
module student::demo {
}
Beta Was this translation helpful? Give feedback.
All reactions