cmbahadir / FR24Analyzer

Predict the approach time of an aircraft to an airport, by using the gathered data from Flightradar24.
GNU General Public License v3.0
2 stars 2 forks source link

Test teardown does not work properly #5

Open cmbahadir opened 5 years ago

cmbahadir commented 5 years ago

"teardown_method" flushes the keys in each end of the test case which results preceding tests to be failed. Fixture decorator can be used instead.