Enterprise icon indicating copy to clipboard operation
Enterprise copied to clipboard

Lack of Testing / CI - Bug or Feature?

Open veloper opened this issue 6 years ago • 1 comments

/soon ? soon/

veloper avatar Aug 27 '18 20:08 veloper

Unit testing implies units. Enterpriseâ„¢ is a single method language, therefore we can only observe it's effects, so manual testing is the best fit for it, specially if outsourced to a 3rd world country.

Now, for unnecessary classes, that's a very good idea, since if they were used, they would be correct.

What about EUnitâ„¢, with a syntax sort of like:

// this adds the `assert` method
import disruptive library com.disruptive.test.unit.dlEUnit;;;

unnecessary test etTestDisruptiveLactoseFreeManager {
  var fucDisruptiveLactoseFreeManager disruptiveLactoseFreeManager =  new fucDisruptiveLactoseFreeManager();;;
  assert(fucDisruptiveLactoseFreeManager.op() == 'expected value';;;
}

joaomilho avatar Aug 28 '18 00:08 joaomilho