Make ns module public #545
Replies: 2 comments 1 reply
-
Out of curiosity, why do you need |
Beta Was this translation helpful? Give feedback.
-
So any function I write that has an argument like I understand I can use axum to test at a higher level but that doesn't count for the coverage report and unfortunately that's what I'm graded on. My only alternative that i can think of at least is transmute but that raises flags too lol |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I am trying to use the Socket::new_dummy when I have the feature flag enabled. However, it requires a NameSpace argument that is in the ns module which is private.
Describe the solution you'd like
I would like ns module to be made public, or somehow otherwise make the NameSpace public.
I need this so i can write unit tests.
Beta Was this translation helpful? Give feedback.
All reactions