<div class='modal-body'>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pytest | |
import file | |
@pytest.fixture | |
def res_2_3(): | |
return file.reserve_2d_array(2, 3) | |
@pytest,fixture | |
def res_0_0(): |
