Skip to content

Commit 3f2ec1c

Browse files
authored
Move tests out of wheel distribution (#74)
1 parent 7a01379 commit 3f2ec1c

102 files changed

Lines changed: 1 addition & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cssutils/tests/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
def get_sheet_filename(sheet_name):
1616
"""Get the filename for the given sheet."""
17-
return resources.files('cssutils') / 'tests' / 'sheets' / sheet_name
17+
return resources.files('tests') / 'sheets' / sheet_name
1818

1919

2020
class BaseTestCase:

0 commit comments

Comments
 (0)