diff --git a/README.md b/README.md index 796ce87..c4ca216 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Use pytest to run tests. ```bash python -m pytest tests/ +``` + +If you would like to update the snapshot tests, you can use the following command. + +```bash +python -m pytest tests/ --update-snapshot ``` # License diff --git a/tests/snapshots/goodbye-cruel-world.snapshot.html b/tests/snapshots/goodbye-cruel-world.snapshot.html index 6461127..1e22415 100644 --- a/tests/snapshots/goodbye-cruel-world.snapshot.html +++ b/tests/snapshots/goodbye-cruel-world.snapshot.html @@ -306,6 +306,8 @@

Next Sprint

  • Twitter
  • +
  • Instagram +
  • LinkedIn
  • diff --git a/tests/snapshots/hello-world.snapshot.html b/tests/snapshots/hello-world.snapshot.html index b007b5a..047c283 100644 --- a/tests/snapshots/hello-world.snapshot.html +++ b/tests/snapshots/hello-world.snapshot.html @@ -55,6 +55,8 @@

    Conclusion

  • Twitter
  • +
  • Instagram +
  • LinkedIn
  • diff --git a/website/static/img/instagram.svg b/website/static/img/instagram.svg new file mode 100644 index 0000000..0b5c5ce --- /dev/null +++ b/website/static/img/instagram.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/website/templates/layout.pug b/website/templates/layout.pug index 583fd79..cbb09e1 100644 --- a/website/templates/layout.pug +++ b/website/templates/layout.pug @@ -55,6 +55,8 @@ html img(src="{{url_for('static', filename='img/github.svg')}}", alt="Github") li.ms-3: a.text-muted(href="https://twitter.com/_JohnnyIrvin" target="_blank") img(src="{{url_for('static', filename='img/twitter.svg')}}", alt="Twitter") + li.ms-3: a.text-muted(href="https://www.instagram.com/j0hnnyirvin/" target="_blank") + img(src="{{url_for('static', filename='img/instagram.svg')}}", alt="Instagram") li.ms-3: a.text-muted(href="https://www.linkedin.com/in/johnnyirvin/" target="_blank") img(src="{{url_for('static', filename='img/linkedin.svg')}}", alt="LinkedIn") ul.nav.list-unstyled.d-flex.col-md-12.justify-content-start.d-flex