pmuller / procfs

Python API for Linux /proc
Other
75 stars 25 forks source link

Update tests to make them pass on travis #11

Open pmuller opened 10 years ago

pmuller commented 10 years ago

Failing tests :

See https://travis-ci.org/pmuller/procfs/jobs/31210663 for details.

FedericoCeratto commented 10 years ago

I wonder if it's worth running functional tests that are reading the /proc directory on Travis hosts. Maybe we shouldn't rely on /proc on those hosts and make the functional tests optional. We could add proper unit tests (using mocked files)