Closed slayoo closed 1 year ago
something like this would do:
def test_file_size(notebook): """ checks if all example Jupyter notebooks have file size less than a certain limit """ assert os.stat(notebook).st_size * si.byte < 4.5 * si.megabyte
Stale issue message
addressed in #17
something like this would do: