pypiserver/tests
Nick Pope c3737bdf07 Fix guessing of package name and version.
The fix in commit 7f97612 for supporting the package naming used by the
pytz module caused a regression if the package name contained a dash
followed by a number. We fix this by splitting on all dashes followed by
numbers and recreating the package name from all components but the
last.
2013-07-19 11:42:36 +01:00
..
test_app.py add a test for a package that uses both _ and - 2013-04-02 22:07:08 +02:00
test_core.py Fix guessing of package name and version. 2013-07-19 11:42:36 +01:00
test_main.py implement multi-root support 2013-01-22 23:00:48 +01:00
test_manage.py fix is_stable_version 2013-06-22 22:50:51 +02:00