mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
fix date parser tests - local tests only since timezones may not match on github actions VMs
This commit is contained in:
@ -7,3 +7,4 @@ echo "Running local-only tests:"
|
||||
echo
|
||||
|
||||
python3 -m unittest tests.localtest_last -v
|
||||
python3 -m unittest tests.localtest_date -v
|
||||
|
@ -23,7 +23,6 @@ class MyTests(unittest.TestCase):
|
||||
with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/last-wF.json'), 'r', encoding='utf-8') as f:
|
||||
self.centos_7_7_last_wF_json = json.loads(f.read())
|
||||
|
||||
|
||||
def test_last_F_ubuntu_20_4(self):
|
||||
"""
|
||||
Test 'last -F' on Ubuntu 20.4
|
||||
|
Reference in New Issue
Block a user