File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ BINDIR = $(PWD)/.state/env/bin
1212
1313test : .state/env/pyvenv.cfg
1414 $(BINDIR ) /pytest
15- $(BINDIR ) /python -m tester
15+ $(BINDIR ) /python -m tests.lib
1616
1717lint : .state/env/pyvenv.cfg
18- $(BINDIR ) /black --check tests tester trove_classifiers
18+ $(BINDIR ) /black --check tests trove_classifiers
1919
2020reformat : .state/env/pyvenv.cfg
21- $(BINDIR ) /black tests tester trove_classifiers
21+ $(BINDIR ) /black tests trove_classifiers
2222
2323.PHONY : build test lint reformat
File renamed without changes.
Original file line number Diff line number Diff line change 1- from tester import trove_tester
1+ from tests . lib import trove_tester
22from trove_classifiers import classifiers , deprecated_classifiers
33
44trove_tester (classifiers , deprecated_classifiers )
Original file line number Diff line number Diff line change 11import pytest
22
3- from tester import trove_tester , InvalidClassifier
3+ from tests . lib import trove_tester , InvalidClassifier
44
55
66@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments