Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trivial updates to Testing documentation #336

Merged
merged 2 commits into from
Dec 3, 2023

Conversation

JBouwer
Copy link
Contributor

@JBouwer JBouwer commented Sep 14, 2023

Updated outdated documentation for testing:

Whilst attempting to run the Test System, I encountered the following (trivial) issues:

  • test/test-config-example.jam - Wrong filename in comment.
  • test/test_system.html - Outdated Python2 compatibility & trivial typos.
  • test/template.py - Missing closing bracket

Types of changes

What types of changes does your code introduce?

Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Documentation content changes
  • Other (please describe): Demo template Python script.

* test/test-config-example.jam
    (Comment): Changed 'test-system.jam' to 'test-config.jam'
    - Consistency with doco elsewhere & code in 'test/BoostBuild.py'.

* test/test_system.html
    Updated instructions to reflect broken Python2 compatibility
    ( 9a96cba - "test_all.py", line 97: s = f"\r{s}" )
   and spelling fixes.
* test/template.py
    (main): Missing closing bracket.
@JBouwer JBouwer changed the title Testing doco Trivial updates to Testing documentation Sep 14, 2023
@grafikrobot grafikrobot merged commit b753fd2 into bfgroup:main Dec 3, 2023
@JBouwer JBouwer deleted the testing-doco branch December 3, 2023 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants