#174 unit test: make sure all directives have `directive_class` variable
Closed: Fixed None Opened 9 years ago by kparal.

Look at D169. Currently we don't test whether directives have directive_class variable, but we require it. We can modify all directives' unit tests and add checks to all of them, but that's cumbersome. Let's create a single unit test which will iterate through all available directives and check that all of them are valid (contain this variable, maybe some other sanity checks?).


This ticket had assigned some Differential requests:
D193

Metadata Update from @kparal:
- Issue tagged with: easyfix

6 years ago

Login to comment on this ticket.

Metadata