Skip to content

Commit

Permalink
Merge pull request #1007 from VisLab/develop
Browse files Browse the repository at this point in the history
Updated the handling of the spec tests
  • Loading branch information
VisLab authored Aug 26, 2024
2 parents 4016495 + 871bae0 commit 426a26a
Show file tree
Hide file tree
Showing 22 changed files with 39,022 additions and 39,013 deletions.
249 changes: 125 additions & 124 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,124 +1,125 @@
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Matlab
#################
*.asv


#################
## Python
#################
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

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

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/


# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/

#machine specific files
.vimrc

# Pycharm
.idea/
/venv/
config.py

############
## Windows
############

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini

# Project specific
schema_cache_test/
hed_cache/
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Matlab
#################
*.asv


#################
## Python
#################
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

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

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/


# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/

#machine specific files
.vimrc

# Pycharm
.idea/
/venv/
config.py

############
## Windows
############

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini

# Project specific
schema_cache_test/
hed_cache/
spec_tests/hed-specification/tests
Loading

0 comments on commit 426a26a

Please sign in to comment.