-
Notifications
You must be signed in to change notification settings - Fork 90
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
Fixes for How to Improve Testing for CSE Software article #2141
Fixes for How to Improve Testing for CSE Software article #2141
Commits on Aug 23, 2024
-
Fix multi-level list formatting, add newlines for every sentence
I noticed the messed up formatting when I saw this article on bssw.io. (I did not realize that this howto article got converted over to bssw.io. Not sure what I did not at least review that article at the time.) Each sentence is now on its own line.
Configuration menu - View commit details
-
Copy full SHA for 21dcd72 - Browse repository at this point
Copy the full SHA 21dcd72View commit details -
Fix list of authors to be the full set
This is consistent with the other copied over article "Definition and Categorization of Tests for CSE Software" that listed the full set of original authors.
Configuration menu - View commit details
-
Copy full SHA for 2128334 - Browse repository at this point
Copy the full SHA 2128334View commit details -
Switch over to wikize-refs.py style references
I also put in links to references that we have CC articles for
Configuration menu - View commit details
-
Copy full SHA for 1735dbb - Browse repository at this point
Copy the full SHA 1735dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d81f941 - Browse repository at this point
Copy the full SHA d81f941View commit details -
WIP: Run wikize-refs.py (broken links)
This runs wikize-refs.py but it creates an off-by one error. I will fix that in the next commit manually.
Configuration menu - View commit details
-
Copy full SHA for 855050b - Browse repository at this point
Copy the full SHA 855050bView commit details -
Fix references off-by-one error from wikize-refs.py
Now the links are correct. It was easy to fix.
Configuration menu - View commit details
-
Copy full SHA for 283acd3 - Browse repository at this point
Copy the full SHA 283acd3View commit details -
* More informative deck text * Define CSE * Add "uncovered" for LSCA stuff * Change from "push" to "merge" to recognised the modern way to do testing with modern CI testing systems like GitHub Actions and GitLab CI
Configuration menu - View commit details
-
Copy full SHA for db414fe - Browse repository at this point
Copy the full SHA db414feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4b2a9 - Browse repository at this point
Copy the full SHA 0c4b2a9View commit details -
Switch to explicit HTML multi-level enumerated list
This is a lot of manual HTML formatting which included having to: * Switch to HTML formatting for bold and italics * Manually put in <a href="..."> links to the references (which does not support the tool-tip). Not so much markup anymore, but let's see what the bssw.io site generator does with this.
Configuration menu - View commit details
-
Copy full SHA for 79c2a21 - Browse repository at this point
Copy the full SHA 79c2a21View commit details -
Revert "Switch to explicit HTML multi-level enumerated list"
This reverts commit 79c2a21. This did not improve the display of the generated page on preview.bssw.io :-(
Configuration menu - View commit details
-
Copy full SHA for d45b911 - Browse repository at this point
Copy the full SHA d45b911View commit details