Closed soapy1 closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 3095e670caf0fa06b6e770a89f4ae24408a27dcb |
Latest deploy log | https://app.netlify.com/sites/conda-store/deploys/671af0866942aa00085119ed |
Deploy Preview | https://deploy-preview-919--conda-store.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | ee411719d67e578018f5aa8bf6fdd51c2cecbb4a |
Latest deploy log | https://app.netlify.com/sites/conda-store/deploys/671be0bc0f23800008c1df03 |
partially addresses https://github.com/conda-incubator/conda-store/issues/914
Description
This PR makes a few improvements to the tests for conda-store-server:
conda-store-server/test/
directory to more closely match the directory structure of the conda-store-server appfixes the utcdatetime.datetime.utcfromtimestamp()
deprecation warningpython -m pytest -m "not extended_prefix and not user_journey and not long_running_test" tests/
As a result of the updates to the fixtures, running tests should be much faster. Before this change, running locally
After,
Note, this change is mostly because of marking some particularly long running tests.
Pull request checklist