slarse / Python

All Algorithms implemented in Python
MIT License
0 stars 0 forks source link

List of modules with high amounts of global state #4

Closed slarse closed 5 years ago

slarse commented 5 years ago

Some modules have a lot of global state, which would converting their tests a bit... difficult.

mnil2 commented 5 years ago

In the first half:

Also, some honorary mentions:

rouwaydhanna commented 5 years ago

In the second half:

The following functions contained top level code (probably for testing) that should be put into a main function:

Honorable mentions:

mnil2 commented 5 years ago

The test migration #46 is done