dart-archive / package-bots

Scripts specifying what to run in the package waterfall client.dart.packages.
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Remove test.py support from package-bots #11

Open whesse opened 8 years ago

whesse commented 8 years ago

I think we can switch all packages over to being tested using "pub run test" and "pub run test --pub-serve", and drop support for packages without a .test_config, running their tests using the test.py infrastructure. We would add a .test_config to all packages we want to run.