Skip to content

Commit

Permalink
Skip test_sort.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Mar 12, 2024
1 parent 08b61bf commit a3d3386
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/mpflash/tests/test_sort.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import pytest
from pathlib import Path
import mpflash.flasher as flasher
from mpflash.config import config
# import pytest
# from pathlib import Path
# import mpflash.flasher as flasher
# from mpflash.config import config


def test_load(tmp_path: Path):
fw_folder = Path("/home/jos/projects/micropython-stubber/firmware")
all = flasher.load_firmwares(config.firmware_folder)
assert len(all) > 0
# def test_load(tmp_path: Path):
# fw_folder = Path("/home/jos/projects/micropython-stubber/firmware")
# all = flasher.load_firmwares(config.firmware_folder)
# assert len(all) > 0


# def test_find():
Expand Down

0 comments on commit a3d3386

Please sign in to comment.