Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Astropy

The Astropy Project is a community effort to develop a single core Python package for common astronomical computing tasks.
Collective - Host: numfocus - https://opencollective.com/astropy - Website: https://www.astropy.org/ - Code: https://github.com/astropy

Added some docstrings for previously un-documented modules/packages

github.com/astropy/sphinx-astropy - 1252781136f9eaaaffb99a460cda9c5ad89850ed authored about 13 years ago
Added some docstrings for previously un-documented modules/packages

github.com/astropy/pytest-openfiles - b8e6ded27107f56ce06fa0f5a98ed1b38fc6dac7 authored about 13 years ago
Moved some docstrings before imports so they actually show up as docstrings

github.com/astropy/pytest-openfiles - 2bfd2d1e78807888ff5021ba19304b524a132c78 authored about 13 years ago
Moved some docstrings before imports so they actually show up as docstrings

github.com/astropy/pytest-remotedata - 2bfd2d1e78807888ff5021ba19304b524a132c78 authored about 13 years ago
update setup.py to work well with pyx file

github.com/astropy/pyregion - ff785c85464d4ef912931037beca8c47c7674e53 authored about 13 years ago
Merged pull request #60 from jiffyclub/test-pep8 with minor conflict fixes

github.com/astropy/pytest-remotedata - 25c1029cc18e775c9b8e916bc86b02c32ca3ea87 authored about 13 years ago
Merged pull request astropy/astropy#60 from jiffyclub/test-pep8 with minor conflict fixes

github.com/astropy/sphinx-astropy - 6c7f6d8ef182682d25322f75c779490d9ba8c789 authored about 13 years ago
Merged pull request #60 from jiffyclub/test-pep8 with minor conflict fixes

github.com/astropy/pytest-openfiles - 25c1029cc18e775c9b8e916bc86b02c32ca3ea87 authored about 13 years ago
Merge pull request astropy/astropy#67 from mdboom/pep8-fixes

Style and PEP8 fixes

github.com/astropy/sphinx-astropy - 8c1a5e8c5f3b32d9fa46196af5454a9b85f561ee authored about 13 years ago
Various PEP8 fixes.

github.com/astropy/sphinx-astropy - 4b40196e0fcec1896a7579f598f335a1cdbe5a4b authored about 13 years ago
Various PEP8 fixes.

github.com/astropy/pytest-openfiles - 5a7de12359a7afa778cdcbef85f7d2d5386acf8f authored about 13 years ago
Various PEP8 fixes.

github.com/astropy/pytest-remotedata - 5a7de12359a7afa778cdcbef85f7d2d5386acf8f authored about 13 years ago
Added a test_path option to helper.run_tests that allows the user to specify a test location by path. This is an alternative to specifying tests by package and allows for the specification of single files. Can also be used via or .

github.com/astropy/pytest-remotedata - b25649fc4ef5d66fe3ccc20a3a4d74c117cd0460 authored about 13 years ago
Added a test_path option to helper.run_tests that allows the user to specify a test location by path. This is an alternative to specifying tests by package and allows for the specification of single files. Can also be used via or .

github.com/astropy/pytest-openfiles - b25649fc4ef5d66fe3ccc20a3a4d74c117cd0460 authored about 13 years ago
Changed module to package in test helpers.

github.com/astropy/pytest-openfiles - d06f790a73e0a2d353f43c529cbe8c491d30fbb0 authored about 13 years ago
Changed module to package in test helpers.

github.com/astropy/pytest-remotedata - d06f790a73e0a2d353f43c529cbe8c491d30fbb0 authored about 13 years ago
Add pep8 checking option, using the pytest-pep8 plugin, to astropy test helpers.

github.com/astropy/pytest-remotedata - 2a7c84b970c9ec133db02d412911d0a5b5e86098 authored about 13 years ago
Add pep8 checking option, using the pytest-pep8 plugin, to astropy test helpers.

github.com/astropy/pytest-openfiles - 2a7c84b970c9ec133db02d412911d0a5b5e86098 authored about 13 years ago
Return the error status code from `python setup.py test` so that it can more easily be used in a CI script.

github.com/astropy/pytest-openfiles - 7e5196fc5c57ddd5127389745954b1cbc266c4bd authored about 13 years ago
Return the error status code from `python setup.py test` so that it can more easily be used in a CI script.

github.com/astropy/pytest-remotedata - 7e5196fc5c57ddd5127389745954b1cbc266c4bd authored about 13 years ago
Merge pull request astropy/astropy#46 from mdboom/vo

VO

github.com/astropy/sphinx-astropy - c01867c9e343d4b2f820c43cbe7d391c9f21d709 authored about 13 years ago
make python3-compatible

github.com/astropy/pyregion - 860b1e287b3510747b5ad5b2658043ab48f98a6e authored about 13 years ago
Putting the 'except SyntaxError' directly in the module won't do any good since the entire thing is parsed at import time. This is the right way to do this. And of course if and when we do add tests that need to be 2to3'd, if this test fails they're all going to fial too. But it's still nice to have...

github.com/astropy/pytest-remotedata - 227383794e9eec8fadfedc0f321b7f8b8f77afb3 authored about 13 years ago
Putting the 'except SyntaxError' directly in the module won't do any good since the entire thing is parsed at import time. This is the right way to do this. And of course if and when we do add tests that need to be 2to3'd, if this test fails they're all going to fial too. But it's still nice to have...

github.com/astropy/pytest-openfiles - 227383794e9eec8fadfedc0f321b7f8b8f77afb3 authored about 13 years ago
Adds support for running the tests in Python 3 after they've been run through 2to3.

github.com/astropy/pytest-openfiles - 985741e1767c85fd3d10e94a370b6c04f222d7b1 authored about 13 years ago
Adds support for running the tests in Python 3 after they've been run through 2to3.

github.com/astropy/pytest-remotedata - 985741e1767c85fd3d10e94a370b6c04f222d7b1 authored about 13 years ago
More documentation work.

github.com/astropy/sphinx-astropy - 5e390cf27e478fa2c029f7730b0c095818a64cb2 authored about 13 years ago
doc updates based on some of the recently-added packages

github.com/astropy/pytest-openfiles - 931b1ec2fda3f5c5ee0b129ff154866af6b4da11 authored about 13 years ago
doc updates based on some of the recently-added packages

github.com/astropy/pytest-remotedata - 931b1ec2fda3f5c5ee0b129ff154866af6b4da11 authored about 13 years ago
Forgot to pass the arguments to the original test function.

github.com/astropy/pytest-remotedata - 704a2db8ad95d1a45ffcf06db585b59e25a89a47 authored about 13 years ago
Forgot to pass the arguments to the original test function.

github.com/astropy/pytest-openfiles - 704a2db8ad95d1a45ffcf06db585b59e25a89a47 authored about 13 years ago
Fix the raises() decorator to support functions that take arguments (including methods, parametrized tests, etc).

github.com/astropy/pytest-openfiles - 55adf5bb68bcfd47c0ac65cb8470eb7b63bb8ffa authored about 13 years ago
Fix the raises() decorator to support functions that take arguments (including methods, parametrized tests, etc).

github.com/astropy/pytest-remotedata - 55adf5bb68bcfd47c0ac65cb8470eb7b63bb8ffa authored about 13 years ago
added license comment at the top of all astropy source files

github.com/astropy/pytest-remotedata - 8d51bb42a77b85678ac4c5a7aceff289ac3ed8dc authored about 13 years ago
added license comment at the top of all astropy source files

github.com/astropy/sphinx-astropy - b1b56c47f9f61b609f37ab0e390a27e5e3647026 authored about 13 years ago
added license comment at the top of all astropy source files

github.com/astropy/pytest-openfiles - 8d51bb42a77b85678ac4c5a7aceff289ac3ed8dc authored about 13 years ago
Added __init__.py to tests/tests and changed imports in test files to relative imports.

github.com/astropy/pytest-openfiles - d1c07f9643ca987af36f01fd5ffb2728c50e58ef authored about 13 years ago
Added __init__.py to tests/tests and changed imports in test files to relative imports.

github.com/astropy/pytest-remotedata - d1c07f9643ca987af36f01fd5ffb2728c50e58ef authored about 13 years ago
Merge pull request astropy/astropy#33 from mdboom/sphinx-centralized

Move sphinx doc-building extensions and (part of) conf.py into the source tree to allow affiliat...

github.com/astropy/sphinx-automodapi - 11db389ea2ae04b0d798cf5d1541bd2b9294cf74 authored about 13 years ago
Merge pull request astropy/astropy#33 from mdboom/sphinx-centralized

Move sphinx doc-building extensions and (part of) conf.py into the source tree to allow affiliat...

github.com/astropy/sphinx-astropy - 11cd5b73d37d7eaa832be695cf3cb12d9ef84660 authored about 13 years ago
Adds a 'test' command to the setup.py (distribute comes with a test command but it doesn't work with py.test, so this replaces it outright). This also supports all the existing options to astropy.test() such as module and verbose.

github.com/astropy/pytest-openfiles - 1fe12bfa84c145c2fca2f10413878f99e34939bd authored about 13 years ago
AstroPy -> Astropy in docstrings

github.com/astropy/pytest-openfiles - e58574a3e24e4318be30dd8f6a593a1a7068c243 authored about 13 years ago
Oops--fixed format string

github.com/astropy/pytest-openfiles - dc70a3e5a8e3962511ccef4361c6313eb38a5f6d authored about 13 years ago
Run the tests in a separate process--this way they will work even if extension modules had to be built/rebuilt.

github.com/astropy/pytest-openfiles - 75b1e024c3d364862b7c62d92585271e07602fbd authored about 13 years ago
Adds a 'test' command to the setup.py (distribute comes with a test command but it doesn't work with py.test, so this replaces it outright). This also supports all the existing options to astropy.test() such as module and verbose.

github.com/astropy/pytest-remotedata - 1fe12bfa84c145c2fca2f10413878f99e34939bd authored about 13 years ago
Oops--fixed format string

github.com/astropy/pytest-remotedata - dc70a3e5a8e3962511ccef4361c6313eb38a5f6d authored about 13 years ago
AstroPy -> Astropy in docstrings

github.com/astropy/pytest-remotedata - e58574a3e24e4318be30dd8f6a593a1a7068c243 authored about 13 years ago
Run the tests in a separate process--this way they will work even if extension modules had to be built/rebuilt.

github.com/astropy/pytest-remotedata - 75b1e024c3d364862b7c62d92585271e07602fbd authored about 13 years ago
Install the Sphinx configuration and extensions under "astropy.sphinx". This means that both the core astropy doc build and affiliated packages will use the same extensions and configuration options, and affiliated packages do not need to be updated when doc settings and extensions need to change.

github.com/astropy/sphinx-automodapi - 9c1be93574b1ea1ab3c3b35734701c5856fac683 authored about 13 years ago
Install the Sphinx configuration and extensions under "astropy.sphinx". This means that both the core astropy doc build and affiliated packages will use the same extensions and configuration options, and affiliated packages do not need to be updated when doc settings and extensions need to change.

github.com/astropy/sphinx-astropy - 8db153817443628d99175751ffb8e3e1aacf9897 authored about 13 years ago
White space fix.

github.com/astropy/pytest-openfiles - 2eb97affde903c49e9f9752742124f2ee86b4fcb authored about 13 years ago
Put newline at end of test_skip_remote_data.py.

github.com/astropy/pytest-openfiles - 461c157909fbc6e322e0b91b29f7da40d4c4f2fc authored about 13 years ago
Put newline at end of test_skip_remote_data.py.

github.com/astropy/pytest-remotedata - 461c157909fbc6e322e0b91b29f7da40d4c4f2fc authored about 13 years ago
Changed name of test_skip_me.py to test_skip_remote_data.py.

github.com/astropy/pytest-remotedata - 45d4bf8e07165de68355d955dc608285952ba370 authored about 13 years ago
Changed skip tests decorator from @big_data to @remote_data so it's more explicit about what's being skipped and why.

github.com/astropy/pytest-remotedata - 513ec2da9f6e4306ef2f27daa82c5298e5ca65d2 authored about 13 years ago
Fixed tests_skip_remote_data.py to test_skip_remote_data.py so that py.test finds it.

github.com/astropy/pytest-remotedata - e3e39e247ed4be2db2de3eaf90d1689d538d46ba authored about 13 years ago
Modified test_skip_remote_data so that it fails if the test is somehow not skipped when remote_data=False. Test passes if called from the command line or if remote_data=True.

github.com/astropy/pytest-remotedata - f595a19e1ae62be19c4b1c25e66e8564c50311d1 authored about 13 years ago
Changed name of test_skip_me.py to test_skip_remote_data.py.

github.com/astropy/pytest-openfiles - 45d4bf8e07165de68355d955dc608285952ba370 authored about 13 years ago
Changed skip tests decorator from @big_data to @remote_data so it's more explicit about what's being skipped and why.

github.com/astropy/pytest-openfiles - 513ec2da9f6e4306ef2f27daa82c5298e5ca65d2 authored about 13 years ago
Fixed tests_skip_remote_data.py to test_skip_remote_data.py so that py.test finds it.

github.com/astropy/pytest-openfiles - e3e39e247ed4be2db2de3eaf90d1689d538d46ba authored about 13 years ago
Modified test_skip_remote_data so that it fails if the test is somehow not skipped when remote_data=False. Test passes if called from the command line or if remote_data=True.

github.com/astropy/pytest-openfiles - f595a19e1ae62be19c4b1c25e66e8564c50311d1 authored about 13 years ago
Added tests/test_run_tests.py to astropy.tests module.

github.com/astropy/pytest-openfiles - c110a5509681ea65faa688874c9367b0d42d72c3 authored about 13 years ago
Updated run_tests docstring with better explanation of the pastebin keyword.

github.com/astropy/pytest-openfiles - 6aa6dc2021c74a0badbb753b2400dc630f0cb2f2 authored about 13 years ago
Added py.test plugins to tests/helper.py that add the --runbigdata command line option and for tests marked with @big_data (defined in helper.py) to be skipped unless the --runbigdata option is used. Updated run_tests to work with this new setup.

github.com/astropy/pytest-openfiles - 7e18840b6f607504fae5c01991be2d921fc4efac authored about 13 years ago
Added a test that should be skipped without the --runbigdata flag and run with it.

github.com/astropy/pytest-openfiles - cf7543eb4cdfd0cf237acee04a00b0f0f0c76d39 authored about 13 years ago
Added comments to test_run_tests.py.

github.com/astropy/pytest-openfiles - f373052f4f833ff6ac640aaa792efdc2239818c8 authored about 13 years ago
Added tests/test_run_tests.py to astropy.tests module.

github.com/astropy/pytest-remotedata - c110a5509681ea65faa688874c9367b0d42d72c3 authored about 13 years ago
Added a test that should be skipped without the --runbigdata flag and run with it.

github.com/astropy/pytest-remotedata - cf7543eb4cdfd0cf237acee04a00b0f0f0c76d39 authored about 13 years ago
Added comments to test_run_tests.py.

github.com/astropy/pytest-remotedata - f373052f4f833ff6ac640aaa792efdc2239818c8 authored about 13 years ago
Updated run_tests docstring with better explanation of the pastebin keyword.

github.com/astropy/pytest-remotedata - 6aa6dc2021c74a0badbb753b2400dc630f0cb2f2 authored about 13 years ago
Added py.test plugins to tests/helper.py that add the --runbigdata command line option and for tests marked with @big_data (defined in helper.py) to be skipped unless the --runbigdata option is used. Updated run_tests to work with this new setup.

github.com/astropy/pytest-remotedata - 7e18840b6f607504fae5c01991be2d921fc4efac authored about 13 years ago
Changed 'elif pastebin' to 'elif pastebin is True' because any non-empty string will evaluate to True, which is not the behavior we want.

github.com/astropy/pytest-remotedata - f2a8ca7f2b93d0484213d28ca8ddce88eb08e816 authored about 13 years ago
Adding pytest marker and hooks to tests/helper.py to test the big-data test marking scheme.

github.com/astropy/pytest-remotedata - 88406951edf48483f094552c43fabfd31728bb38 authored about 13 years ago
Adding pytest marker and hooks to tests/helper.py to test the big-data test marking scheme.

github.com/astropy/pytest-openfiles - 88406951edf48483f094552c43fabfd31728bb38 authored about 13 years ago
Changed 'elif pastebin' to 'elif pastebin is True' because any non-empty string will evaluate to True, which is not the behavior we want.

github.com/astropy/pytest-openfiles - f2a8ca7f2b93d0484213d28ca8ddce88eb08e816 authored about 13 years ago
Don't import nose -- we're using py.test exclusively. Add a "raises" decorator to the test helpers. Closes #29.

github.com/astropy/pytest-openfiles - f144e0d0b37f98ca88cd935a10e98dc5c47311b0 authored about 13 years ago
Don't import nose -- we're using py.test exclusively. Add a "raises" decorator to the test helpers. Closes #29.

github.com/astropy/pytest-remotedata - f144e0d0b37f98ca88cd935a10e98dc5c47311b0 authored about 13 years ago
inside method can take a single n-d array

github.com/astropy/pyregion - e54065c3f273071f1705d466cb5fbdc482512a62 authored about 13 years ago
use default boxcircle for points

github.com/astropy/pyregion - b0fd485b8bd7a5d96307b66fde9ca2d1f897eb81 authored about 13 years ago
updated AstroPy to Astropy or astropy as appropriate

github.com/astropy/pytest-remotedata - dbd5a77edb69bc64119d89fcd77d46997f69614c authored about 13 years ago
updated AstroPy to Astropy or astropy as appropriate

github.com/astropy/pytest-openfiles - dbd5a77edb69bc64119d89fcd77d46997f69614c authored about 13 years ago
Fixed small bugs that prevented astropy from building with Python 3

github.com/astropy/pytest-openfiles - c5d7fe6ba7bc2cc4e67fc0271767ec1b615325a9 authored over 13 years ago
Fixed small bugs that prevented astropy from building with Python 3

github.com/astropy/pytest-remotedata - c5d7fe6ba7bc2cc4e67fc0271767ec1b615325a9 authored over 13 years ago
Added docstring to tests/helper.py run_tests function and removed unnecessary import of imp module.

github.com/astropy/pytest-remotedata - 526ec793fbc2090c2c0892b1b409c0938d69232f authored over 13 years ago
Added docstring to tests/helper.py run_tests function and removed unnecessary import of imp module.

github.com/astropy/pytest-openfiles - 526ec793fbc2090c2c0892b1b409c0938d69232f authored over 13 years ago
Changed the tests/helper.py module so that it makes available a pytest attribute. In the case when the user has pytest installed it will just point to that but when the user does not have pytest installed it will be a useable pytest imported from extern/pytest.py.

github.com/astropy/pytest-openfiles - 3a9e9127efa3ded677f450fe9c9eb0734662b2f3 authored over 13 years ago
Changed the tests/helper.py module so that it makes available a pytest attribute. In the case when the user has pytest installed it will just point to that but when the user does not have pytest installed it will be a useable pytest imported from extern/pytest.py.

github.com/astropy/pytest-remotedata - 3a9e9127efa3ded677f450fe9c9eb0734662b2f3 authored over 13 years ago
Changed an Exception to ValueError

github.com/astropy/pytest-remotedata - 267c9879698aabd379220070de8c483c6392403b authored over 13 years ago
Changed an Exception to ValueError

github.com/astropy/pytest-openfiles - 267c9879698aabd379220070de8c483c6392403b authored over 13 years ago
Make pastebin=True default to pastebin=failed

github.com/astropy/pytest-openfiles - 188ccf973b9bf7ff65ba897e3a7145d5d91b22d3 authored over 13 years ago
Make pastebin=True default to pastebin=failed

github.com/astropy/pytest-remotedata - 188ccf973b9bf7ff65ba897e3a7145d5d91b22d3 authored over 13 years ago
Added options to astropy.test() for passing to py.test (including arbitrary arguments, plugins, and more specific verbose and pastebin options)

github.com/astropy/pytest-remotedata - c5bfdd0ee4699cc1799f5e5365ee851aa6eda6f9 authored over 13 years ago
Added options to astropy.test() for passing to py.test (including arbitrary arguments, plugins, and more specific verbose and pastebin options)

github.com/astropy/pytest-openfiles - c5bfdd0ee4699cc1799f5e5365ee851aa6eda6f9 authored over 13 years ago
Changed runtests to run_tests.

github.com/astropy/pytest-openfiles - 64a78762ea8d7e8abe5adf1fd45ff70db8151ac2 authored over 13 years ago
Changed runtests to run_tests.

github.com/astropy/pytest-remotedata - 64a78762ea8d7e8abe5adf1fd45ff70db8151ac2 authored over 13 years ago
Changed astropy/tests/helper.py imports to relative imports.

github.com/astropy/pytest-remotedata - aeb049e21a722e57a746be33d77903352ec1ff57 authored over 13 years ago
Changed astropy/tests/helper.py imports to relative imports.

github.com/astropy/pytest-openfiles - aeb049e21a722e57a746be33d77903352ec1ff57 authored over 13 years ago
Fixed use of module_path instead of module in astropy/tests/helper.py runtests function.

github.com/astropy/pytest-openfiles - 9190f28d4e1c5eacba3a2c3fd8deb8f3449461b8 authored over 13 years ago
Fixed use of module_path instead of module in astropy/tests/helper.py runtests function.

github.com/astropy/pytest-remotedata - 9190f28d4e1c5eacba3a2c3fd8deb8f3449461b8 authored over 13 years ago