zulip / fakeldap

A fake ldap implementation to be used in unittests.
21 stars 24 forks source link

Replace deprecated setup.py approach and nosetests. #33

Closed mateuszmandera closed 1 year ago

mateuszmandera commented 1 year ago

Closes #31

Thus this commit does two things:

  1. Get rid of setup.py and make a pyproject.toml file.
  2. Replace nose with pytest.

Ideally these two changes would be split into separate commits, but they depend on each other:

eq_ and assert_raises were imported from nose and instead unittest equivalents should be used.

README is updated to represent the current situation better.

timabbott commented 1 year ago

Looks good, merged, thanks @mateuszmandera!