I'm writing unit test in remix-ide and I want to call functions from different addresses within a single test.
The remix-tests Github page says that you can use import "remix_accounts.sol";
, but I get URL not parseable: remix_accounts.sol
. How to fix that? Or maybe there's another way to call from various addresses?