Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
fdc58c0
simplified usage of cookiecutter variables using derived variables in…
jspaaks Apr 14, 2021
c22fbc6
all works except top level dirname uses pre-update value
jspaaks Apr 14, 2021
90d8948
no longer using package name for module
jspaaks Apr 14, 2021
a67680b
Merge remote-tracking branch 'origin/main' into 152-derived-cookiecut…
jspaaks Apr 14, 2021
670224d
updated table entries and fixed broken link
jspaaks Apr 14, 2021
115bda4
fixed broken link
jspaaks Apr 14, 2021
4425355
was using the wrong property in hook
jspaaks Apr 14, 2021
816bee6
changed project_short_description to package_short_description
jspaaks Apr 15, 2021
dd492a4
edits to the table that explains the properties
jspaaks Apr 15, 2021
62c3874
renamed property open_source_license to license
jspaaks Apr 15, 2021
b8ebb5c
updated the tests to use project_name instead of project_slug
jspaaks Apr 15, 2021
e823b56
updated comment in hook
jspaaks Apr 15, 2021
cb37920
minor updates to the tests --still fails overall though
jspaaks Apr 15, 2021
b5aaea6
removed test_lint file in generated package
jspaaks Apr 15, 2021
fd5818a
simplified version file
jspaaks Apr 15, 2021
cf174ca
switched to using package_name throughout all of docs/conf.py
jspaaks Apr 15, 2021
28f6c61
removed template's test_lint as well
jspaaks Apr 15, 2021
63d2b34
test now uses 'project' / 'package' more consistently
jspaaks Apr 15, 2021
dcc992e
Merge remote-tracking branch 'origin/main' into 152-derived-cookiecut…
jspaaks Apr 15, 2021
b5afc3b
updated sphinx docs such that it describes the package, not the project
jspaaks Apr 15, 2021
1b1176a
Update README.md
jspaaks Apr 15, 2021
a8b326f
Update README.md
jspaaks Apr 15, 2021
a7599dc
Update README.md
jspaaks Apr 15, 2021
184dc72
Update README.md
jspaaks Apr 15, 2021
72ac663
Update README.md
jspaaks Apr 15, 2021
6b39b90
Update README.md
jspaaks Apr 15, 2021
f31b7e8
Update README.md
jspaaks Apr 15, 2021
5b6fa8a
Merge remote-tracking branch 'origin/main' into 152-derived-cookiecut…
jspaaks Apr 19, 2021
88e2b7e
Merge branch '152-derived-cookiecutter-properties' of https://github.…
jspaaks Apr 19, 2021
95dc1e7
Update hooks/pre_gen_project.py
jspaaks Apr 19, 2021
a43e407
Update pytest.ini
jspaaks Apr 19, 2021
451eb73
Update {{cookiecutter.project_name}}/README.rst
jspaaks Apr 19, 2021
a006a41
Update {{cookiecutter.project_name}}/docs/Makefile
jspaaks Apr 19, 2021
7bffc87
Update {{cookiecutter.project_name}}/docs/make.bat
jspaaks Apr 19, 2021
3d2484a
Update {{cookiecutter.project_name}}/project_setup.md
jspaaks Apr 19, 2021
aad53ba
Update {{cookiecutter.project_name}}/project_setup.md
jspaaks Apr 19, 2021
4cf974c
replace project_slug with project_name
fdiblen Apr 19, 2021
322d193
fix project_slug repository
fdiblen Apr 19, 2021
f580653
replace open_source_license with license
fdiblen Apr 19, 2021
79e095c
fix project_slug and repository
fdiblen Apr 19, 2021
c7b14bf
Update {{cookiecutter.project_name}}/tests/test_my_module.py
jspaaks Apr 19, 2021
9955669
Update {{cookiecutter.project_name}}/tests/test_my_module.py
jspaaks Apr 19, 2021
74ab09a
just testing Update {{cookiecutter.project_name}}/tests/test_my_modul…
jspaaks Apr 19, 2021
e507f4c
Update pytest.ini
jspaaks Apr 19, 2021
f6e4453
Update test_my_module.py
jspaaks Apr 19, 2021
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
Prev Previous commit
Next Next commit
Update pytest.ini
  • Loading branch information
jspaaks authored Apr 19, 2021
commit e507f4c1df79100f716874cfc9e43d419da28fda
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
norecursedirs = .git .github hooks /{{cookiecutter.project_name}}/*
norecursedirs = .git .github hooks {{cookiecutter.project_name}}