tonykaralis / TmdbEasy

A light-weight wrapper for the TMDb Api written in C#. TmdbEasy makes getting movie data a piece of cake..
MIT License
6 stars 4 forks source link

Improve test performance #7

Closed PoLaKoSz closed 5 years ago

PoLaKoSz commented 5 years ago

I made a test to test how many times the Constants class will be initialized and it happened only once.

The last commit is decreased the test time about 3sec (from 7-8 to 5sec)