Fix TUTORIAL.md and add regression testing for future issues#775
Merged
lukpueh merged 33 commits intodeveloptheupdateframework/python-tuf:developfrom Dec 16, 2019
add_tutorial_regression_testtheupdateframework/python-tuf:add_tutorial_regression_testCopy head branch name to clipboard
Merged
Fix TUTORIAL.md and add regression testing for future issues#775lukpueh merged 33 commits intodeveloptheupdateframework/python-tuf:developfrom add_tutorial_regression_testtheupdateframework/python-tuf:add_tutorial_regression_testCopy head branch name to clipboard
lukpueh merged 33 commits intodeveloptheupdateframework/python-tuf:developfrom
add_tutorial_regression_testtheupdateframework/python-tuf:add_tutorial_regression_testCopy head branch name to clipboard
Commits
Commits on Dec 16, 2019
Add a regression test for the tutorial instructions
Show description for 2d2c527authored andcommitted
Remove keystore/ use from TUTORIAL.md and test_tutorial
Show description for e2ec3efauthored andcommitted
Remove add_restricted_paths from TUTORIAL.md and test_tutorial.py
Show description for 56f14c4authored andcommitted
Have test_tutorial.py copy metadata.staged to metadata
Show description for b947a6bauthored andcommitted
Exclude leading '/' for target fnames in tutorial and its tester
Show description for 608e377authored andcommitted
In repo tutorial, fix consistent snapshots instructions
Show description for e24525cauthored andcommitted
Use os.path.join instead of '/' in test_tutorial.py for compat
Show description for 3a37189authored andcommitted
Correct remove_target() call in TUTORIAL.md and test_tutorial.py
Show description for 8e22de5authored andcommitted
Test: correctly test use of non-TUF-generated signatures in tutorial
Show description for 6c850e0authored andcommitted
Test: Correctly test target addition in tutorial despite #774
Show description for bfcdfd5authored andcommitted
Correct test_tutorial to use '/' in filepaths on all platforms
Show description for 14500a8authored andcommitted
doc: Remove Python prompt tutorial snippet
Show description for b86b4aacommitted
Lukas Puehringerdoc: Add "continuing..." line in tutorial snippets
Show description for eed9003committed
Lukas Puehringerdoc: Fix repo.status() output in tutorial snippet
Show description for 5616fd2committed
Lukas Puehringerdoc: Fix targets file paths in tutorial snippets
Show description for 654e8dccommitted
Lukas Puehringerdoc: Update "Dump Metadata and ..." tutorial
Show description for 45c4f4ccommitted
Lukas Puehringerdoc: Update delegation-related tutorial sections
Show description for bd813d8committed
Lukas Puehringerdoc: Fix repo.dirty_roles() output in tutorial
Show description for ca8e9cccommitted
Lukas Puehringerdoc: Comment out "Consistent Snapshots" snippet
Show description for bb6a32acommitted
Lukas Puehringerdoc: Update "How to Perform an Update" in tutorial
Show description for 512c62dcommitted
Lukas Puehringertest: Run tutorial tests in a temporary directory
Show description for e7d3dd4committed
Lukas Puehringerroledb: Make get_dirty_roles() return sorted list
Show description for 647f712committed
Lukas Puehringertest: Add mock test dependency for Py <3.3
Show description for dc7bb96committed
Lukas Puehringertest: Adopt tutorial changes in test_tutorial.py
Show description for de9851fcommitted
Lukas Puehringertest: Update setuptools for appveyor builds
Show description for e6ddac9committed
Lukas Puehringerdocs: Fix typos in tutorial code snippet comments
Show description for 9375885andcommitted
doc: Update delegation section in tutorial
Show description for 5a8dbd4committed
Lukas Puehringerdoc: Update "Delegate to Hashed Bins" in tutorial
Show description for fc23496committed
Lukas Puehringertest: Assert tutorial delegate_hashed_bins output
Show description for 031bd1bcommitted
Lukas Puehringerdoc: Explicitly mark roles dirty in tutorial
Show description for 7e8b7e5committed
Lukas Puehringerdoc: Revert accidental space deletion in tutorial
Show description for da26e9acommitted
Lukas Puehringertest: Install mock in appveyor on Python 2.7
Show description for cb8a4c4committed
Lukas Puehringertest: Misc update in test_tutorial
Show description for fc74cf2committed
Lukas Puehringer