-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code management video #3
Comments
helper functions to call in namespace for emacs: things that may need to be installed to work for tests
|
just so you know with the video... half of the demos didn't work because I wasn't prepared properly and forgot the function invocations. However the code structure is there and there are some invocations you can try here: https://github.com/zcaudate/foundation-base/blob/main/project.clj#L6-L11 |
some invocations: (./create-tests :all) or (./create-tests '[]) will create test scaffolding that's the ones I used more. There's also ./pedantic, which will output if test does not have a check associated. (./import) will import docstrings from tests back into the namespace |
https://www.youtube.com/watch?v=dO7eyFtDDOY
the namespaces in the video correspond to:
hara.publish -> code.doc
hara.deploy -> code.maven
hara.code -> code.manage
hara.test -> code.test
The text was updated successfully, but these errors were encountered: