Michael-F-Bryan / rust-ffi-guide

A guide for doing FFI using Rust
https://michael-f-bryan.github.io/rust-ffi-guide/
Creative Commons Zero v1.0 Universal
282 stars 18 forks source link

Add basic tests for Primes and Sieve #33

Closed gurgalex closed 7 years ago

gurgalex commented 7 years ago

Uses pytest

Test upper bound >= limit Test 0 not in primes list

gurgalex commented 7 years ago

Still has to be hooked up to travis