mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-15 00:05:11 +02:00
8 lines
274 B
Bash
Executable File
8 lines
274 B
Bash
Executable File
#!/bin/bash
|
|
# system should be in "America/Los_Angeles" timezone for all tests to pass
|
|
# ensure no local plugin parsers are installed for all tests to pass
|
|
|
|
pip uninstall pygments ruamel.yaml xmltodict --yes
|
|
python3 -m unittest -v
|
|
pip install pygments ruamel.yaml xmltodict
|