ismail-s / fireblog

A basic blog (in Python)
https://ismail-s.github.io/fireblog
GNU General Public License v2.0
0 stars 0 forks source link

Feature/reduce num of tests #49

Closed ismail-s closed 8 years ago

ismail-s commented 8 years ago

Skip tests that only need to be tested with one theme. By default, a lot of tests were being tested against all available themes, but only certain tests (such as the functional tests) really required this to be done. Other tests didn't involve any template rendering so could be safely skipped over.