Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .schemas/pathschema
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.git/
...

.github/
...

.schemas/
...

.tests/
...

.venv/
...

tools/
...

.gitignore
.editorconfig
.travis.yml
CONTRIBUTING.rst
CONTRIBUTORS_WITHOUT_COMMITS.rst
LICENSE
Makefile
NO_PUBLISH.json
README.rst
redirects.txt

*/
+category.json
+videos/
+*.json

*
*/
...
3 changes: 2 additions & 1 deletion .tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
docutils
jinja2
jsonschema
pathschema
pygments
six
unidecode
pygments
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ help:
install-deps: .venv
$(BIN)/pip install -r $(TESTSDIR)/requirements.txt

test-directory-schemas: install-deps
$(PYTHON) -m pathschema $(SCHEMASDIR)/pathschema $(BASEDIR) --errors-only

test-schemas: install-deps
$(PYTHON) $(TESTSDIR)/schemas.py -d $(BASEDIR) -s $(SCHEMASDIR) -v $(VERBOSE)

Expand All @@ -51,6 +54,6 @@ test-languages: install-deps
test-filename-length: install-deps
$(PYTHON) $(TESTSDIR)/filename_length.py -d $(BASEDIR) -v $(VERBOSE)

test: test-schemas test-ids-unique test-slugs-unique test-render-rest test-languages test-filename-length
test: test-directory-schemas test-schemas test-ids-unique test-slugs-unique test-render-rest test-languages test-filename-length

.PHONY: help test test-schemas test-ids-unique test-slugs-unique test-render-rest test-shape test-languages
.PHONY: help test test-directory-schemas test-schemas test-ids-unique test-slugs-unique test-render-rest test-shape test-languages
10 changes: 0 additions & 10 deletions pycon-cz-2016/videos/private-video.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions pycon-jp-2019/videos/pyvideo-fix.py

This file was deleted.