sympy / sympy-bot

GitHub bot for SymPy
https://github.com/sympy-bot
Other
22 stars 11 forks source link

Make the webapp tests easier to maintain #78

Open asmeurer opened 4 years ago

asmeurer commented 4 years ago

The webapp tests are getting a bit unwieldy.

Something that would help to make them easier to write is if common data were factored out from the test functions. I think there are only a handful of pull request "patterns" that are tested, and we could create different objects to represent the data from those.