https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4845568223abeb56955c4266a7f0f35d930a1bfa authored by Matthew Kolopanis on 16 January 2020, 16:04:51 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
 This helps ensure the setup/teardown is always run even if in a subdir and running one test.
1 parent 627fae2
Raw File
Tip revision: 4845568223abeb56955c4266a7f0f35d930a1bfa authored by Matthew Kolopanis on 16 January 2020, 16:04:51 UTC
move conftest to top level "source" directory.
Tip revision: 4845568
.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
pyuvdata/tests/cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/
docs/index.rst
docs/uvdata_parameters.rst
docs/uvcal_parameters.rst
docs/uvbeam_parameters.rst
docs/uvflag_parameters.rst

# PyBuilder
target/

# exclude data files (can override as needed)
pyuvdata/data/
pyuvdata/data/test/
pyuvdata/GIT_INFO
docs/references/*.aux
docs/references/*.out
.pytest_cache
back to top