This website requires JavaScript.
Explore
Help
Sign In
factotum
/
nats.zig
Watch
1
Fork
0
You've already forked nats.zig
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
nats.zig
/
tests
/
main.zig
5 lines
74 B
Zig
Raw
Normal View
History
Unescape
Escape
tests: start building tests in separate directory This approach seems nice, and as a bonus it makes it easier to run the tests through the module interface rather than by importing the sources directly, which I think is a good dog food approach.
2023-08-21 23:31:46 -07:00
test
{
tests: add top level function tests These are mostly just tests to make sure the wrappers function as written, rather than testing for any specific output. This commit demonstrates the simple value of actually referencing the various wrapper functions, as a variety of really basic compilation errors were caught and addressed.
2023-08-27 14:50:44 -07:00
_
=
@import
(
"
./nats.zig
"
)
;
tests: start building tests in separate directory This approach seems nice, and as a bonus it makes it easier to run the tests through the module interface rather than by importing the sources directly, which I think is a good dog food approach.
2023-08-21 23:31:46 -07:00
_
=
@import
(
"
./message.zig
"
)
;
}
Reference in New Issue
Copy Permalink