- name must be
test_[something].py
- run via
pyest
- import files w/functions/methods to test:
from [filename] import [function] as [short name]
sudo apt-get install libgtk-3-dev
Vagrantfile
is located before running commandsVagrantfile
within dir structure you want available inside the vm (under/vagrant
dir after connecting via vagrant ssh
)vagrant init [boxpath]
(find box names at https://app.vagrantup.com/boxes/search)vagrant up
to start vm or vagrant resume
to resume suspended vmvagrant ssh
connect to vm, appending <box name>
to connect to a vm named in a Vagrantfile
from within any directoryvagrant provision
to force reprovisioning of vmhttps://handlebarsjs.com/guide/
https://handlebarsjs.com/api-reference/
Handlebars is a templating engine for web pages. You create an HTML-ish template which the templating engine converts on-the-fly into HTML content on the server, including dynamic content
{{{
and }}}
to avoid escaping a value, {{expression}}
to escapeinput:
Use these commands to address Dependabot alerts which require updating version of a package being used by a project
yarn config set [package] [version] [other options]
yarn install