Alexandre do Sim
Alexandre do Sim
Did you tried to import the mock from another file?
Is there any way to set network connection properties like duplex and speed with pyroute2? I'm searching.
Hello @emiljoshva. Why don't you define `Inner` outside `Outer`? With your choice, `Inner` is not directly testable, hence you'll need to run `Outer` for every `Inner` test. You could define...
Hello JConan! Thanks for your reply. After some study I came to a passing answer of the same type of yours. Pasting the full test here: ```sh # Constants accessed...