rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)
https://scram-pra.org
GNU General Public License v3.0
131 stars 54 forks source link

Replace Nose w/ Pytest #252

Closed rakhimov closed 6 years ago

rakhimov commented 6 years ago

The transition can be gradual since Pytest supports the nose tests. The major and nice transition is to refactor nose 'yield' tests into data-driven tests.