mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Package tidy
- Modified the testing commands - Added the requirements - Moved python/tidy/tests to python/tidy/servo_tidy_tests for self tidy tests
This commit is contained in:
parent
41b86870fa
commit
bfe460de9e
14 changed files with 7 additions and 4 deletions
|
@ -12,7 +12,7 @@ from servo_tidy import tidy
|
|||
|
||||
|
||||
def iterFile(name):
|
||||
return iter(['tests/' + name])
|
||||
return iter(['python/tidy/servo_tidy_tests/' + name])
|
||||
|
||||
|
||||
class CheckTidiness(unittest.TestCase):
|
Loading…
Add table
Add a link
Reference in a new issue