Skip to content

Python Versioning #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update package_version.rs
- Added More tests
  • Loading branch information
Allstreamer committed Aug 10, 2022
commit f90e2c5d0fd066c5188b92f05d8824d5f65368be
8 changes: 8 additions & 0 deletions src/package_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@ mod tests {
#[test]
fn check_pep440() {
let versions = vec![
"1.0",
"1.1",
"2.0",
"2013.10",
"2014.04",
"1!1.0",
"1!1.1",
"1!2.0",
"2!1.0.pre0",
"1.0.dev456",
"1.0a1",
Expand Down