Merge: Popcorn: clean tests
authorJean Privat <jean@pryen.org>
Thu, 18 May 2017 15:02:05 +0000 (11:02 -0400)
committerJean Privat <jean@pryen.org>
Thu, 18 May 2017 15:02:05 +0000 (11:02 -0400)
commit3bdd01457bde6b8542755855f937742b400dc0d3
treed74826a5978a2caa500af06736d9bc379feb9d9e
parent0240c6123f6b5dc440456c4343be64273f30a412
parentce3aefdae2d348ecad1c0268266d50af865b0434
Merge: Popcorn: clean tests

This PR does two things:
* clean the lib by moving all the tests to `tests/` directories, easier to see what is important, great visual improvement for the examples.
* use a lot of imagination to avoid the `class name X already used`. It mostly replaces Short&Cool names by LooooonnggggandAndBooooringNameForSoSimpleHandler. No more warnings when make checking.

Pull-Request: #2434
Reviewed-by: Jean Privat <jean@pryen.org>